chenshilong hace 6 años
padre
commit
11a399b987
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      web/building_saas/main/html/main.html

+ 2 - 2
web/building_saas/main/html/main.html

@@ -39,8 +39,8 @@
         let userAccount = '<%- userAccount %>';
         let userID = '<%- userID %>';
         let projectReadOnly = JSON.parse('<%- projectReadOnly %>');
-        const G_SHOW_BLOCK_LIB = true;
-//        const G_SHOW_BLOCK_LIB = false;
+//        const G_SHOW_BLOCK_LIB = true;
+        const G_SHOW_BLOCK_LIB = false;
     </script>
 </head>