Fix syntax error

pull/1/head
yflory 5 years ago
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…
Cancel
Save