Fix syntax error
This commit is contained in:
parent
fd095644a2
commit
9c6ab86e4d
@ -1238,7 +1238,7 @@ define([
|
|||||||
}));
|
}));
|
||||||
}).nThen(function () {
|
}).nThen(function () {
|
||||||
if (!size || size < 1024) {
|
if (!size || size < 1024) {
|
||||||
$(currentSize).html(Messages.trimHistory_noHistory || 'no history...')); // XXX
|
$(currentSize).html(Messages.trimHistory_noHistory || 'no history...'); // XXX
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$(currentSize).html(Messages._getKey('trimHistory_currentSize', [size]));
|
$(currentSize).html(Messages._getKey('trimHistory_currentSize', [size]));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user