ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.03k stars 1.2k forks source link

bugfix for add_widget - add_faux_rows was not working with bigger (bigge... #274

Closed dmattes closed 10 years ago

dmattes commented 10 years ago

If you add a bigger widget (it has more rows than min_rows or actual_rows), only one row was added because the used variable in add_widget was invalid. That means, not enough stylesheet definitions were created.

vieron commented 10 years ago

Thanks! This is already fixed.