mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Typo
This commit is contained in:
@@ -687,6 +687,7 @@
|
||||
currentDelimiter = $('#delimiter').val();
|
||||
|
||||
store('delimiter', currentdelimiter);
|
||||
store('delimiter', currentDelimiter);
|
||||
|
||||
for (var i = 0; i < lines.length; i++) {
|
||||
if (lines[i] !== '') gamesAndKeys.push(lines[i].split(currentDelimiter));
|
||||
|
||||
Reference in New Issue
Block a user