summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-03-01 09:51:26 +0100
committerGubolin <gubolin@fantasymail.de>2015-03-01 09:51:26 +0100
commit1585a1664a9bbdb7c8efa5f3da361b4aaf6450e4 (patch)
treeae24bf44dd9c7990feb4080b634c89ffd7f82f11 /gui.js
parent13eed946d223a5c46d8857c74fd41efd9052ba01 (diff)
downloadsnap-1585a1664a9bbdb7c8efa5f3da361b4aaf6450e4.tar.gz
snap-1585a1664a9bbdb7c8efa5f3da361b4aaf6450e4.zip
remove language and location blocks
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.js b/gui.js
index b452941..c3104c5 100644
--- a/gui.js
+++ b/gui.js
@@ -3546,7 +3546,6 @@ IDE_Morph.prototype.setLanguage = function (lang, callback) {
if (lang === 'en') {
return this.reflectLanguage('en', callback);
}
- myself.userLanguage = lang;
translation = document.createElement('script');
translation.id = 'language';
translation.onload = function () {