Skip to content

Commit

Permalink
login dialog auto height
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Jun 20, 2019
1 parent e89967e commit 8f4f26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.tpl
Expand Up @@ -448,7 +448,7 @@
$(function() {
/* Login Dialog */
$( "#dialog-login" ).dialog({
height: <!-- IF S_BRIDGE_INFO -->450<!-- ELSE -->350<!-- ENDIF -->,
height: 'auto',
width: 530,
modal: true,
autoOpen: false,
Expand Down

0 comments on commit 8f4f26c

Please sign in to comment.