mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Updated translation tool to accomodate in-place translation of strings. Major thanks to surgecurrent for the code!
This commit is contained in:
@@ -58,6 +58,7 @@ function DataStore(input) {
|
||||
alert("Could not find header row, cannot deserialize");
|
||||
return;
|
||||
}
|
||||
this.fieldList = header;
|
||||
this.items = deserializeObjectList(header, str);
|
||||
this.onDeserialized();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user