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