File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) inst
8282* Using CDN:
8383
8484``` html
85- <link rel =" stylesheet" href =" //cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.5 /gridstack.min.css" />
86- <script type =" text/javascript" src =' //cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.5 /gridstack.min.js' ></script >
85+ <link rel =" stylesheet" href =" //cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.6 /gridstack.min.css" />
86+ <script type =" text/javascript" src =' //cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.6 /gridstack.min.js' ></script >
8787```
8888
8989* Using bower:
@@ -171,6 +171,8 @@ $(function () {
171171});
172172```
173173
174+ If you're still experiencing issues on touch devices please check [ #444 ] ( https://github.com/troolee/gridstack.js/issues/444 )
175+
174176## Use with knockout.js
175177
176178``` javascript
You can’t perform that action at this time.
0 commit comments