Skip to content

Commit

Permalink
Merge branch 'MDL-40937_assignment_history' of git://github.com/davos…
Browse files Browse the repository at this point in the history
…mith/moodle
  • Loading branch information
Sam Hemelryk committed Aug 5, 2013
2 parents 2c5c56e + 2a081f1 commit 6aed99d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/assign/yui/history/history.js
Expand Up @@ -11,7 +11,6 @@ YUI.add('moodle-mod_assign-history', function (Y) {
TOGGLE = function() {
var id = this.get('for'),
panel = Y.one('#' + id);
console.log(this);
if (this.hasClass(CSS.OPEN)) {
this.removeClass(CSS.OPEN);
this.addClass(CSS.CLOSED);
Expand Down

0 comments on commit 6aed99d

Please sign in to comment.