knockout sample
This commit is contained in:
parent
de780775a5
commit
1f64b08c5e
1 changed files with 0 additions and 2 deletions
|
|
@ -146,8 +146,6 @@ ko.components.register('dashboard-grid', {
|
|||
this.afterAddWidget = function (items) {
|
||||
_.each(items, function (item) {
|
||||
item = $(item);
|
||||
if (item.data('_gridstack_node'))
|
||||
return;
|
||||
|
||||
if (grid == null) {
|
||||
grid = $(componentInfo.element).find('.grid-stack').gridstack({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue