Fixed animation preview when deleting

This commit is contained in:
juliandescottes
2012-09-05 00:42:25 +02:00
19 changed files with 228 additions and 193 deletions

View File

@@ -296,8 +296,10 @@ $.namespace("pskl");
xhr.send(formData);
event.stopPropagation();
event.preventDefault();
if(event) {
event.stopPropagation();
event.preventDefault();
}
return false;
}
};