From 8f4f26cfd7da54337c938cfc2ce1e113a8d9d448 Mon Sep 17 00:00:00 2001 From: GodMod Date: Thu, 20 Jun 2019 13:12:15 +0200 Subject: [PATCH] login dialog auto height --- index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.tpl b/index.tpl index 49fcf1a..b8bbb4e 100644 --- a/index.tpl +++ b/index.tpl @@ -448,7 +448,7 @@ $(function() { /* Login Dialog */ $( "#dialog-login" ).dialog({ - height: 450350, + height: 'auto', width: 530, modal: true, autoOpen: false,