File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 2626
2727``` html
2828 <div class =" grid-stack" >
29- <div class =" grid-stack-item" data-gs-x =" 0" data-gs-y =" 0" data-gs-width =" 4" data-gs-height =" 2" ><div class =" grid-stack-item-content" ></div ></div >
30- <div class =" grid-stack-item" data-gs-x =" 4" data-gs-y =" 0" data-gs-width =" 4" data-gs-height =" 4" ><div class =" grid-stack-item-content" ></div ></div >
29+ <div class =" grid-stack-item"
30+ data-gs-x =" 0" data-gs-y =" 0"
31+ data-gs-width =" 4" data-gs-height =" 2" >
32+ <div class =" grid-stack-item-content" ></div >
33+ </div >
34+ <div class =" grid-stack-item"
35+ data-gs-x =" 4" data-gs-y =" 0"
36+ data-gs-width =" 4" data-gs-height =" 4" >
37+ <div class =" grid-stack-item-content" ></div >
38+ </div >
3139 </div >
3240
3341 <script type =" text/javascript" >
3644 cell_height: 80 ,
3745 vertical_margin: 10
3846 };
39- $ (' .grid-stack).gridstack(options);
47+ $ (' .grid-stack' ).gridstack (options);
4048 });
4149 </script >
4250```
You can’t perform that action at this time.
0 commit comments