Added curly brackets

This commit is contained in:
Mellisa Hankins 2015-03-04 10:42:43 +11:00
parent fe63b4a187
commit a3c549d0b0

View File

@ -205,9 +205,10 @@
}); });
}, },
onremove: function() { onremove: function() {
if(this.data('sortable')) if(this.data('sortable')) {
this.sortable("destroy"); this.sortable("destroy");
} }
}
}); });
$(".ss-gridfield-orderable .ss-gridfield-previouspage, .ss-gridfield-orderable .ss-gridfield-nextpage").entwine({ $(".ss-gridfield-orderable .ss-gridfield-previouspage, .ss-gridfield-orderable .ss-gridfield-nextpage").entwine({