mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
Make dialog boxes consistent
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user