Skip to content

Commit

Permalink
Full compatibility with bootstrap3 template
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
annda committed Mar 23, 2021
1 parent 5a5d2b1 commit e1af078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Expand Up @@ -78,7 +78,7 @@ jQuery(function () {

// attach edit button to detail view of SVG files
if (!isMMPage) return;
$mm_page.on('click', '.panel.filelist .panelContent a', function (e) {
$mm_page.on('click', '.filelist .panelContent a', function (e) {

// observe div.file for mutations
const $df = jQuery('div.file');
Expand Down

0 comments on commit e1af078

Please sign in to comment.