Skip to content
Snippets Groups Projects
Commit de32b03e authored by Michael Hamann's avatar Michael Hamann
Browse files

Fix JS error due to disabled JS based hotkeys because of FS#1958

parent 88c5fee2
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ function js_out(){
js_runonstart('scrollToMarker()');
js_runonstart('focusMarker()');
// init hotkeys - must have been done after init of toolbar
js_runonstart('initializeHotkeys()');
# disabled for FS#1958 js_runonstart('initializeHotkeys()');
// end output buffering and get contents
$js = ob_get_contents();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment