View | Details | Raw Unified | Return to bug 19817
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-2 / +1 lines)
Lines 92-98 function logOut(){ Link Here
92
}
92
}
93
93
94
function openHelp(){
94
function openHelp(){
95
    openWindow("/cgi-bin/koha/help.pl","KohaHelp",600,600);
95
    window.open( "/cgi-bin/koha/help.pl", "_blank");
96
}
96
}
97
97
98
jQuery.fn.preventDoubleFormSubmit = function() {
98
jQuery.fn.preventDoubleFormSubmit = function() {
99
- 

Return to bug 19817