mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
minor irregularities in event.preventDefault() usage
This commit is contained in:
parent
2938c99628
commit
61d4b3fefd
@ -149,7 +149,6 @@ include("head.inc");
|
||||
$("#id").val(id);
|
||||
$("#action").val("del");
|
||||
$("#iform").submit()
|
||||
event.preventDefault();
|
||||
}
|
||||
}]
|
||||
});
|
||||
@ -169,7 +168,6 @@ include("head.inc");
|
||||
$("#id").val("");
|
||||
$("#action").val("del_x");
|
||||
$("#iform").submit()
|
||||
event.preventDefault();
|
||||
}
|
||||
}]
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user