series of tiny improvements to the ui

This commit is contained in:
Patrick Brosset
2012-09-04 23:48:02 +02:00
parent e4699da346
commit d4faba810d
17 changed files with 213 additions and 185 deletions

View File

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