Explorar o código

Manual: Hide export button.

Mugen87 %!s(int64=3) %!d(string=hai) anos
pai
achega
664f1582f8
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      manual/examples/resources/editor.html

+ 4 - 1
manual/examples/resources/editor.html

@@ -190,6 +190,9 @@ button:focus {
     border-bottom: none !important;
     border-top: 5px solid #666 !important;
 }
+.button-export {
+	display: none; /* TODO: Fix export with import maps */
+}
 .button-result {
     margin-left: 2em !important;
 }
@@ -281,4 +284,4 @@ button:focus {
 <script src="editor-settings.js"></script>
 <script src="editor.js"></script>
 
-</html>
+</html>