Grid with larger widgets swapping spots with smaller ones
+This demo represents using the branch in swap mode. This works best with shift_larger_widgets_down set to "false". However, smaller widgets do + not displace larger ones.
+diff --git a/Makefile b/Makefile index 92d8dddf1..1b168dd16 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ typeahead: $(GIT_SUBTREE) --prefix=lib/typeahead https://github.com/twitter/typeahead.js.git master gridster: - $(GIT_SUBTREE) --prefix=lib/gridster https://github.com/ducksboard/gridster.js.git master + $(GIT_SUBTREE) --prefix=lib/gridster https://github.com/dsmorse/gridster.js.git master jquery-mapael: $(GIT_SUBTREE) --prefix=lib/jQuery-Mapael https://github.com/neveldo/jQuery-Mapael.git master diff --git a/html/pages/front/tiles.php b/html/pages/front/tiles.php index 63c971135..f847d41c1 100644 --- a/html/pages/front/tiles.php +++ b/html/pages/front/tiles.php @@ -194,14 +194,10 @@ foreach (dbFetchRows("SELECT * FROM `widgets` ORDER BY `widget_title`") as $widg -
This demo represents using the branch in swap mode. This works best with shift_larger_widgets_down set to "false". However, smaller widgets do + not displace larger ones.
+