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

Skip to content

Commit a4f31ad

Browse files
committed
serialization demo
1 parent c17ae60 commit a4f31ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/serialization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
1414
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css"/>
15-
<link rel="stylesheet" href="../src/gridstack.css"/>
15+
<link rel="stylesheet" href="../gridstack.css"/>
1616

1717
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
1818
<script src="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.0/jquery-ui.js"></script>
1919
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
2020
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js"></script>
21-
<script src="../src/gridstack.js"></script>
21+
<script src="../gridstack.js"></script>
2222

2323
<style type="text/css">
2424
.grid-stack {

0 commit comments

Comments
 (0)