assets/js/concise/Queue.js
@@ -28,7 +28,7 @@ this.initListeners(); this.initStore(); if (this.canUpdateUI && this.ui.panel) { this.popup = new window.jvbPopup({ this.popup = window.jvbPopup.registerPopup({ popup: this.ui.panel, toggle: this.ui.toggle.button, name: 'Queue Panel', @@ -288,8 +288,7 @@ storeName: 'queue', keyPath: 'id', endpoint: this.endpoint, // TTL: Infinity, TTL: 5000, TTL: Infinity, indexes: [ {name: 'status', keyPath: 'status'}, {name: 'type', keyPath: 'type'},