Correct something in gui.js

this 'dxf' must be added by an unintended action. Now the website is unavailable.
pull/110/head
Simon-Mong 2021-09-21 21:23:24 +08:00 zatwierdzone przez GitHub
rodzic 3d56517e3d
commit 715fbb0f05
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ IDE_Morph.prototype.init = function(isAutoFill) {
//this.isAnimating = false;
this.paletteWidth = 250; // initially same as logo width
//MorphicPreferences.globalFontFamily = 'Sans, Helvetica, Arial';
this.cloud = new BeetleCloud('/api', this);dxf
this.cloud = new BeetleCloud('/api', this);
};
// change logo