We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa8803f + 6f8ba1a commit 5373983Copy full SHA for 5373983
webroot/js/modules/Toolbar.js
@@ -173,7 +173,7 @@ export default class Toolbar {
173
$(document).on('click', '.js-toolbar-scroll-right', () => {
174
that.scroll('right');
175
});
176
- $(document).on('click', '.js-toolbar-load-panel', () => {
+ $(document).on('click', '.js-toolbar-load-panel', function () {
177
const panelId = $(this).attr('data-panel-id');
178
that.loadPanel(panelId, 'panelhistory');
179
0 commit comments