Skip to content

Commit

Permalink
Fixed issue #42 - internal link not added in linkwiz tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Fenton committed Jan 29, 2023
1 parent 8d7d864 commit 7e3e5ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.info.txt
@@ -1,7 +1,7 @@
base fastwiki
author Eli Fenton
email
date 2021-10-15
date 2023-01-29
name Fastwiki Plugin
desc Speed up DokuWiki with AJAX page loads, and inline previews and sectionedit.
url https://www.dokuwiki.org/plugin:fastwiki
4 changes: 2 additions & 2 deletions script.js
Expand Up @@ -216,7 +216,7 @@ var plugin_fastwiki = (function($) {
pieces = pieces.add(target.children());
else
pieces = pieces.add(target);

}
return pieces;
}
Expand Down Expand Up @@ -331,7 +331,7 @@ var plugin_fastwiki = (function($) {
// Instead, calculate based on the button.
dw_linkwiz.init($('[aria-controls="link__wiz"]'));
// Now restore linkwiz's link to the editor.
dw_linkwiz.textArea = $('#wiki__text');
dw_linkwiz.textArea = $('#wiki__text')[0];
}, 0);

// reset change memory var on submit
Expand Down

0 comments on commit 7e3e5ab

Please sign in to comment.