mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Added curly brackets
This commit is contained in:
parent
fe63b4a187
commit
a3c549d0b0
@ -205,8 +205,9 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
onremove: function() {
|
onremove: function() {
|
||||||
if(this.data('sortable'))
|
if(this.data('sortable')) {
|
||||||
this.sortable("destroy");
|
this.sortable("destroy");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user