Skip to content

Commit ee0fd61

Browse files
committed
fix reload button.
1 parent 9a02f0b commit ee0fd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/panel.filter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ window.Widgets.Panel.Filter = {};
9292

9393
eventNs.raiseEvent(eventName, data);
9494
});
95-
$event_buttons.find("#reload").on('click', function (d) {
95+
$(document).find("#reload").on('click', function (d) {
9696
console.log('reload');
9797
window.location.reload();
9898
});

0 commit comments

Comments
 (0)