client/js/full-json.js
changeset 543 5f7bebdcfc0d
parent 516 7d1d44b53af5
--- 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() {