drop extraneous argument
This commit is contained in:
parent
23318357a6
commit
08902c0910
@ -2726,7 +2726,7 @@ define([
|
|||||||
if (err) { return void logError(err); }
|
if (err) { return void logError(err); }
|
||||||
$leftside.html('');
|
$leftside.html('');
|
||||||
$leftside.append($limitContainer);
|
$leftside.append($limitContainer);
|
||||||
}, true);
|
});
|
||||||
|
|
||||||
/* add a history button */
|
/* add a history button */
|
||||||
var histConfig = {
|
var histConfig = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user