@@ -, +, @@ type parameter in script tag -> there should be no type parameter in script tag in code added by --- Koha/FrameworkPlugin.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/Koha/FrameworkPlugin.pm +++ a/Koha/FrameworkPlugin.pm @@ -376,8 +376,7 @@ sub _merge_script { my ( $id, $script, $bind ) = @_; chomp ($script, $bind); return < -// $script function BindEvents$id() { $bind @@ -385,7 +384,6 @@ $bind \$(document).ready(function() { BindEvents$id(); }); -//]]> HERE } --