mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
Merge branch 'wip-mdl-27309' of git://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
a2b86c741d
@ -958,7 +958,7 @@ M.core_dock.genericblock.prototype = {
|
||||
placeholder.replace(this.Y.Node.getDOMNode(this.cachedcontentnode));
|
||||
this.cachedcontentnode = this.Y.one('#'+this.cachedcontentnode.get('id'));
|
||||
|
||||
var commands = this.cachedcontentnode.one('.title .commands');
|
||||
var commands = dockitem.commands;
|
||||
if (commands) {
|
||||
commands.all('.hidepanelicon').remove();
|
||||
commands.all('.moveto').remove();
|
||||
|
Loading…
x
Reference in New Issue
Block a user