Skip to content

Commit

Permalink
Merge branch 'wip-MDL-24200-master' of git://github.com/phalacee/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Nov 9, 2011
2 parents b7830da + 4832390 commit 5b653c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/form/form.js
Expand Up @@ -30,6 +30,7 @@ M.form.initShowAdvanced = function(Y, config) {
if (this._advButtons.size() > 0) { if (this._advButtons.size() > 0) {
this._stateInput = new Y.NodeList(document.getElementsByName('mform_showadvanced_last')); this._stateInput = new Y.NodeList(document.getElementsByName('mform_showadvanced_last'));
this._advButtons.on('click', this.switchState, this); this._advButtons.on('click', this.switchState, this);
this._advButtons.set('type', 'button');
} }
}, },
/** /**
Expand Down

0 comments on commit 5b653c7

Please sign in to comment.