mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-08 13:37:12 +08:00
Update engine.js
This commit is contained in:
@@ -118,8 +118,6 @@
|
|||||||
var select = $('<select>')
|
var select = $('<select>')
|
||||||
.addClass('menuBtn')
|
.addClass('menuBtn')
|
||||||
.append($('<option>').text("language."))
|
.append($('<option>').text("language."))
|
||||||
//.append($('<option>').text("english").val("en"))
|
|
||||||
//.append($('<option>').text("français").val("fr"))
|
|
||||||
.change(Engine.switchLanguage)
|
.change(Engine.switchLanguage)
|
||||||
.appendTo(selectWrap);
|
.appendTo(selectWrap);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user