public/javascripts/admin/sitemap.js in radiant-0.9.1 vs public/javascripts/admin/sitemap.js in radiant-1.0.0.rc1
- old
+ new
@@ -129,11 +129,11 @@
row,
'../admin/pages/' + id + '/children/?level=' + level,
{
insertion: "after",
method: "get",
- onLoading: function() { spinner.show(); this.updating = true }.bind(this),
- onComplete: function() { spinner.fade(); this.updating = false }.bind(this)
+ onLoading: function() { spinner.show(); this.updating = true; }.bind(this),
+ onComplete: function() { spinner.fade(); this.updating = false; }.bind(this)
}
);
},
toggleBranch: function(row, img) {