Parcourir la source

Merge pull request #2047 from Temechon/master

Fix bug on GUI
Temechon il y a 8 ans
Parent
commit
ce667b9105
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 () {