Merge branch '41959-26' of git://github.com/samhemelryk/moodle
This commit is contained in:
@@ -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);
|
||||
|
||||
+1
-1
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);
|
||||
|
||||
Vendored
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user