Skip to content

Commit 4456b53

Browse files
authored
v.1.5.5 update
1 parent 80f33f2 commit 4456b53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mlp/static/js/local_settings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@
313313

314314
this.$emit('settings-saved', this.settings);
315315

316+
// reset to the first page and recount pages
317+
this.$parent.reset_page();
316318
return this.settings;
317319
}
318320

mlp/static/js/main_app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,6 @@ const app = Vue.createApp({
846846

847847
this.page_count = res['total_pages'];
848848
this.count = res['count'];
849-
console.log(this.page_count)
850849

851850
this.toggleLoading(false);
852851
// check for updates

0 commit comments

Comments
 (0)