kopia lustrzana https://github.com/backface/turtlestitch
Correct something in gui.js
this 'dxf' must be added by an unintended action. Now the website is unavailable.pull/110/head
rodzic
3d56517e3d
commit
715fbb0f05
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue