Skip to content

Commit

Permalink
MDL-47494 ddimageortext: NOBUG removing unnecessary form input event …
Browse files Browse the repository at this point in the history
…responder that was causing errors
  • Loading branch information
jamiepratt committed Oct 31, 2011
1 parent b2e57f5 commit d164d09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions question/type/ddimageortext/yui/form/form.js
Expand Up @@ -181,11 +181,6 @@ YUI.add('moodle-qtype_ddimageortext-form', function(Y) {
this.doc.drag_items().remove(true);
this.draw_dd_area();
}, this);
Y.all('fieldset#draggableitemheader_'+i+' input[type="text"]')
.on('blur', function (e, draginstanceno){
this.doc.drag_item(draginstanceno).remove(true);
this.draw_dd_area();
}, this, i);
//change to infinite checkbox
Y.all('fieldset#draggableitemheader_'+i+' input[type="checkbox"]')
.on('change', this.set_options_for_drag_item_selectors, this);
Expand Down

0 comments on commit d164d09

Please sign in to comment.