javascript-dock MDL-21329 Added $CFG->allowblockstodock(true by default) and $THEME->enable_dock (false by default)
Also moved blocks/blocks.js to javascript-static,js so there is one less file to load
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
*/
|
||||
|
||||
// If this isn't set we don't need an override at all
|
||||
if (blocks.genericblock) {
|
||||
if (typeof(blocks)=='object' && blocks.genericblock) {
|
||||
|
||||
/**
|
||||
* Override the default resize_block_space method so that we can ensure
|
||||
|
||||
Reference in New Issue
Block a user