Skip to content

Commit 9ac95ce

Browse files
author
Alain Dumesny
authored
Merge pull request #1104 from adumesny/develop
jsfiddle tweaks
2 parents 385ee1c + d7d7124 commit 9ac95ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Describe your issue here.
66
* which browser and its version
77

88
## Steps to reproduce
9-
Tell us how to reproduce this issue. Please provide a working demo, you can use [this template](https://jsfiddle.net/dweiss/dqyvh6vr/) as a base.
9+
Tell us how to reproduce this issue. Please provide a working demo, you can use [this template](https://jsfiddle.net/adumesny/jqhkry7g) as a base.
1010

1111
## Expected behaviour
1212
Tell us what should happen

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,15 @@ Using gridstack.js with jQuery UI
6363

6464
```html
6565
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/gridstack.min.css" />
66+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
6667
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/gridstack.all.js"></script>
6768
```
6869

6970
* Using CDN (debug):
7071

7172
```html
7273
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/gridstack.css" />
74+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
7375
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/gridstack.js"></script>
7476
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/jquery-ui.js"></script>
7577
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/gridstack.jQueryUI.js"></script>
@@ -79,6 +81,7 @@ Using gridstack.js with jQuery UI
7981

8082
```html
8183
<link rel="stylesheet" href="gridstack.css" />
84+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
8285
<script src="gridstack.js"></script>
8386
<script src="jquery-ui.js"></script>
8487
<script src="gridstack.jQueryUI.js"></script>

0 commit comments

Comments
 (0)