Bug 19817: Open the manual in a new window, not a popup
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Apr 2018 16:35:35 +0000 (13:35 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 6 Sep 2018 17:32:28 +0000 (17:32 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/js/staff-global.js

index fbbeed6..3712e65 100644 (file)
@@ -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() {