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 104-110 function logOut(){ Link Here
104
}
104
}
105
105
106
function openHelp(){
106
function openHelp(){
107
    openWindow("/cgi-bin/koha/help.pl","KohaHelp",600,600);
107
    window.open( "/cgi-bin/koha/help.pl", "_blank");
108
}
108
}
109
109
110
jQuery.fn.preventDoubleFormSubmit = function() {
110
jQuery.fn.preventDoubleFormSubmit = function() {
111
- 

Return to bug 19817