lib/generators/puffer/install/templates/puffer/javascripts/puffer.js in puffer-0.0.15 vs lib/generators/puffer/install/templates/puffer/javascripts/puffer.js in puffer-0.0.16
- old
+ new
@@ -1,6 +1,6 @@
var association_done = function(event) {
- current = this.first('li.current')
+ current = this.first('li.current');
this.input.next('input[type=hidden]').value(current.get('data-id'));
this.input.value(current.find('.title').first().html().stripTags()).disable();
}
'.association_clear'.on('click', function(event) {