From: Jonathan Druart Date: Wed, 4 Apr 2018 16:35:35 +0000 (-0300) Subject: Bug 19817: Open the manual in a new window, not a popup X-Git-Tag: v18.11.00~875 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=ac07a5074f3a77f1af691af40ce67facdcd43685;p=koha-ffzg.git Bug 19817: Open the manual in a new window, not a popup Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- diff --git a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js index fbbeed623f..3712e656ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js +++ b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js @@ -114,7 +114,7 @@ function logOut(){ } function openHelp(){ - openWindow("/cgi-bin/koha/help.pl","KohaHelp",600,600); + window.open( "/cgi-bin/koha/help.pl", "_blank"); } jQuery.fn.preventDoubleFormSubmit = function() {