Browse Source

Set the course driver as default see BT#15021

Julio 6 years ago
parent
commit
9fcd081c9d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/template/default/javascript/editor/elfinder_standalone.tpl

+ 1 - 0
main/template/default/javascript/editor/elfinder_standalone.tpl

@@ -25,6 +25,7 @@
                 window.opener.CKEDITOR.tools.callFunction(funcNum, file.url);
                 window.close();
             },
+            startPathHash: 'l2_Lw', // Sets the course driver as default
             resizable: false
         }).elfinder('instance');
     });