|
@@ -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>
|
|
|
|