mirror of
https://github.com/moodle/moodle.git
synced 2025-03-03 23:46:09 +01:00
Merge branch '41959-26' of git://github.com/samhemelryk/moodle
This commit is contained in:
commit
41a403cd14
@ -1814,7 +1814,6 @@ BLOCK.prototype = {
|
||||
commands.all('.moveto').remove();
|
||||
commands.remove();
|
||||
}
|
||||
this.cachedcontentnode.one('.title').append(commands);
|
||||
this.cachedcontentnode = null;
|
||||
M.util.set_user_preference('docked_block_instance_'+id, 0);
|
||||
this.set('isDocked', false);
|
||||
|
File diff suppressed because one or more lines are too long
@ -1799,7 +1799,6 @@ BLOCK.prototype = {
|
||||
commands.all('.moveto').remove();
|
||||
commands.remove();
|
||||
}
|
||||
this.cachedcontentnode.one('.title').append(commands);
|
||||
this.cachedcontentnode = null;
|
||||
M.util.set_user_preference('docked_block_instance_'+id, 0);
|
||||
this.set('isDocked', false);
|
||||
|
1
lib/yui/src/dock/js/block.js
vendored
1
lib/yui/src/dock/js/block.js
vendored
@ -222,7 +222,6 @@ BLOCK.prototype = {
|
||||
commands.all('.moveto').remove();
|
||||
commands.remove();
|
||||
}
|
||||
this.cachedcontentnode.one('.title').append(commands);
|
||||
this.cachedcontentnode = null;
|
||||
M.util.set_user_preference('docked_block_instance_'+id, 0);
|
||||
this.set('isDocked', false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user