1
0
Fork 0

Fixed a bug in the store update function

This commit is contained in:
Michael Hackstein 2015-01-21 14:15:54 +01:00
parent 93765c4e51
commit fa72585206
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@
f = m[i];
match = reSub.exec(f);
if (match !== null) {
if (match === null) {
continue;
}