mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-07-09 20:42:54 +08:00
Fixed localized CSS.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@
|
|||||||
// if a language different than english requested, load all translations
|
// if a language different than english requested, load all translations
|
||||||
if(lang && lang != 'en'){
|
if(lang && lang != 'en'){
|
||||||
document.write('<script src="lang/'+lang+'/strings.js"><\/script>');
|
document.write('<script src="lang/'+lang+'/strings.js"><\/script>');
|
||||||
document.write('<link rel="stylesheet" type="text/css" href="lang/'+'lang'+'/main.css" \/>');
|
document.write('<link rel="stylesheet" type="text/css" href="lang/'+lang+'/main.css" \/>');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user