assets/js/concise/FrontendVotes.js
@@ -1,13 +1,13 @@ class FrontendVotes { constructor() { // Initialize DataStore for queue persistence this.store = new window.jvbStore({ name: 'favourites', endpoint: 'favourites', useIndexedDB: true, TTL: Infinity, showLoading: false }); this.store = window.jvbStore.register('votes', { endpoint: 'votes', useIndexedDB: true, TTL: 6 * 60 * 1000, showLoading: false }); } handleVote(button) {