mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-29 00:31:53 +08:00
Update engine.js
auto load langs from lang config file.
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@
|
||||
.appendTo(selectWrap);
|
||||
|
||||
$.each(langs, function(name,display){
|
||||
$('<options>').text(display).val(name).appendTo(select)
|
||||
$('<option>').text(display).val(name).appendTo(select)
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user