diff -r c25e7c9e26a0 -r 5f7bebdcfc0d client/js/full-json.js --- a/client/js/full-json.js Fri Sep 18 16:37:26 2015 +0200 +++ b/client/js/full-json.js Tue Sep 22 15:14:10 2015 +0200 @@ -6,19 +6,18 @@ _opts.http_method = 'PUT'; } var _load = function() { - _renkan.renderer.redrawActive = false; _proj.set({ loadingStatus : true }); Rkns.$.getJSON(_opts.url, function(_data) { _renkan.dataloader.load(_data); + _proj.set({ loadingStatus : false }); _proj.set({ saveStatus : 0 }); - _renkan.renderer.redrawActive = true; }); }; var _save = function() {