Skip to content

Commit b5567c5

Browse files
authored
missed an init->update refactor
1 parent 654c6ab commit b5567c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/lendingbot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ function doSave() {
366366
$('#settings_modal').modal('hide');
367367

368368
// Now we actually *use* these settings!
369-
init();
369+
update();
370370
}
371371

372372
function update() {

0 commit comments

Comments
 (0)