ソースを参照

Fix bug on GUI

Temechon 8 年 前
コミット
226dd1349e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Playground/js/index.js

+ 1 - 1
Playground/js/index.js

@@ -227,7 +227,7 @@
             document.getElementById("saveFormTags").readOnly = true;
             document.getElementById("saveFormButtonOk").style.display = "none";
             document.getElementById("saveMessage").style.display = "none";
-            document.getElementById("metadataButton").style.display = "block";
+            document.getElementById("metadataButton").style.display = "inline-block";
         };
 
         compileAndRun = function () {