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
82
82
* Using CDN:
83
83
84
84
``` 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 >
87
87
```
88
88
89
89
* Using bower:
@@ -171,6 +171,8 @@ $(function () {
171
171
});
172
172
```
173
173
174
+ If you're still experiencing issues on touch devices please check [ #444 ] ( https://github.com/troolee/gridstack.js/issues/444 )
175
+
174
176
## Use with knockout.js
175
177
176
178
``` javascript
You can’t perform that action at this time.
0 commit comments