mirror of
https://github.com/Ekokumppanit/ystavakylaecard.git
synced 2026-02-16 08:47:56 +00:00
Admins can now modify details of other admins
This commit is contained in:
@@ -6,7 +6,12 @@ jQuery(document).ready(function($) {
|
||||
$(document).foundation();
|
||||
|
||||
// Trigger jQuery validation of ecard creation form
|
||||
$('#ecard_form').validate({
|
||||
$('#ecard_form, #user_data').validate({
|
||||
submitHandler: function(form) {
|
||||
form.submit();
|
||||
}
|
||||
});
|
||||
|
||||
submitHandler: function(form) {
|
||||
form.submit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user