Make dialog boxes consistent

This commit is contained in:
bergware
2023-10-14 14:21:18 +02:00
parent 378eb9916c
commit a2818218c6
@@ -406,8 +406,6 @@ function addConfigPopup() {
resizable: false,
width: 800,
modal: true,
show : {effect: 'fade' , duration: 250},
hide : {effect: 'fade' , duration: 250},
buttons: {
"_(Add)_": function() {
$(this).dialog("close");
@@ -480,8 +478,6 @@ function editConfigPopup(num,disabled) {
resizable: false,
width: 800,
modal: true,
show: {effect:'fade', duration: 250},
hide: {effect:'fade', duration: 250},
buttons: {
"_(Save)_": function() {
$(this).dialog("close");