Files
moodle/theme/standard/javascript/navigation.js
T

9 lines
198 B
JavaScript

function customise_dock_for_theme() {
if (!M.core_dock) {
return false;
}
// Throw a lightbox for the navigation boxes
M.core_dock.cfg.panel.modal = true;
return true;
}