Browse Source

Also for wizard

tags/build/2.0.0.pre1
Ruud 13 years ago
parent
commit
dcaca7294c
  1. 5
      couchpotato/static/scripts/page/settings.js

5
couchpotato/static/scripts/page/settings.js

@ -969,6 +969,11 @@ Option.Choice = new Class({
});
$(tag).inject(self.tag_input);
if(self.initialized > 1)
tag.setWidth();
else
(function(){ tag.setWidth(); }).delay(10, self);
self.tags.include(tag);
return tag;

Loading…
Cancel
Save