Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7616459

Browse files
committed
Merge commit 'f8b56af17bbc466cbf85efb281812296242c8cd5'
2 parents 075c06f + f8b56af commit 7616459

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)