add polling for developer view
[plstackapi.git] / planetstack / core / xoslib / static / js / xosDeveloper.js
index eb83efe..6ea2d59 100644 (file)
@@ -33,7 +33,7 @@ DeveloperApp.on("start", function() {
   });\r
   console.log(developerSliceListView);\r
   DeveloperApp.mainRegion.show(developerSliceListView);\r
-  xos.slicesPlus.fetch();\r
+  xos.slicesPlus.startPolling(); //fetch();\r
 });
 
 $(document).ready(function(){