mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Bugfix edit auftrag Gruppenueberschrift jquery ui ajax
This commit is contained in:
parent
04a4a54418
commit
c763a5bc0b
@ -214,7 +214,7 @@
|
||||
method: 'POST',
|
||||
processData: false,
|
||||
contentType: false,
|
||||
success: function() {
|
||||
complete: function() {
|
||||
window.location.href = ('index.php?module=[DOCTYP]&action=positionen&fmodul=[FMODUL]&id=[ID]');
|
||||
}
|
||||
});
|
||||
@ -238,7 +238,7 @@
|
||||
dataType: 'json',
|
||||
beforeSend: function () {
|
||||
},
|
||||
success: function (data) {
|
||||
complete: function (data) {
|
||||
window.location.href = ('index.php?module=[DOCTYP]&action=positionen&fmodul=[FMODUL]&id=[ID]');
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user