remove second parameter to include_javascript
function used to take a second parameter to control absoluteness, no longer doesmaster
parent
d245567765
commit
69b9fd132d
|
@ -92,7 +92,7 @@ sub formbuilder_setup (@) {
|
||||||
# Add the toggle javascript; the attachments interface uses
|
# Add the toggle javascript; the attachments interface uses
|
||||||
# it to toggle visibility.
|
# it to toggle visibility.
|
||||||
require IkiWiki::Plugin::toggle;
|
require IkiWiki::Plugin::toggle;
|
||||||
$form->tmpl_param("javascript" => IkiWiki::Plugin::toggle::include_javascript($params{page}, 1));
|
$form->tmpl_param("javascript" => IkiWiki::Plugin::toggle::include_javascript($params{page}));
|
||||||
# Start with the attachments interface toggled invisible,
|
# Start with the attachments interface toggled invisible,
|
||||||
# but if it was used, keep it open.
|
# but if it was used, keep it open.
|
||||||
if ($form->submitted ne "Upload Attachment" &&
|
if ($form->submitted ne "Upload Attachment" &&
|
||||||
|
|
Loading…
Reference in New Issue