Merge remote-tracking branch 'remove_usage_local_var_undeclared'

Code cosmetics
This commit is contained in:
Ozzieisaacs
2020-04-24 21:05:56 +02:00
3 changed files with 10 additions and 14 deletions

View File

@ -149,12 +149,10 @@ $(function() {
$.ajax({
url: path + "/../../ajax/editrestriction/" + type,
type: "Post",
data: row //$(this).closest("form").serialize() + "&" + $(this)[0].name + "=",
data: row
});
});
$("[id^=submit_]").click(function(event) {
// event.stopPropagation();
// event.preventDefault();
$(this)[0].blur();
$.ajax({
url: path + "/../../ajax/addrestriction/" + type,