Make dialog boxes consistent

This commit is contained in:
bergware
2023-10-14 14:18:56 +02:00
parent aef7b4c012
commit 378eb9916c
4 changed files with 0 additions and 10 deletions

View File

@@ -66,8 +66,6 @@ function popupWithIframe(title, cmd, reload, func) {
height: Math.max(window.innerHeight*3/5,600),
resizable:true,
modal:true,
show:{effect:'fade', duration:250},
hide:{effect:'fade', duration:250},
open:function(ev, ui) {
$('#myIframe').attr('src', cmd);
},