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

Skip to content

Commit 500bd78

Browse files
authored
Merge pull request gridstack#1789 from adumesny/master
nested demo loggin
2 parents 1c59c49 + f6d0624 commit 500bd78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/nested.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ <h1>Nested grids demo</h1>
7272
};
7373

7474
save = function() {
75-
json = grid.save(true, true);
75+
json = grid.save(false, true);
76+
console.log(json);
77+
// console.log(JSON.stringify(json));
7678
}
7779
destroy = function() {
7880
grid.destroy();

0 commit comments

Comments
 (0)