We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a02f0b commit ee0fd61Copy full SHA for ee0fd61
src/js/panel.filter.js
@@ -92,7 +92,7 @@ window.Widgets.Panel.Filter = {};
92
93
eventNs.raiseEvent(eventName, data);
94
});
95
- $event_buttons.find("#reload").on('click', function (d) {
+ $(document).find("#reload").on('click', function (d) {
96
console.log('reload');
97
window.location.reload();
98
0 commit comments