whoops - move preview back. need to reenable after disable on error. right.

This commit is contained in:
Emi Matchu 2010-06-08 18:59:18 -04:00
parent a8da0298f7
commit 299931db45

View file

@ -74,6 +74,7 @@ function PetType() {
speciesList.filter('.current').removeClass('current');
this.link.addClass('current');
if(this.activated) {
Preview.enable();
this.load();
} else {
showDeactivationMsg();
@ -247,8 +248,6 @@ speciesList.each(function () {
});
});
Preview.enable();
setTimeout($.proxy(Item.current, 'loadAllStandard'), 5000);
MainWardrobe = { View: { Outfit: Preview } };