Skip to content

Commit b67cd41

Browse files
committed
register linkwizard in window
This fixes a backwards compatibility issue with the changes made in PR dokuwiki#4329. Plugins rely on the wizard being a globally registered object.
1 parent 64871a5 commit b67cd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scripts/linkwiz.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,5 +422,5 @@ class LinkWizard {
422422

423423
}
424424

425-
const dw_linkwiz = new LinkWizard();
425+
window.dw_linkwiz = new LinkWizard();
426426

0 commit comments

Comments
 (0)