mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Fix setup wizard height
This commit is contained in:
parent
089a981f6e
commit
779e710045
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ $(document).ready(function() {
|
||||||
$.fn.wizard.logging = false;
|
$.fn.wizard.logging = false;
|
||||||
var options = {
|
var options = {
|
||||||
keyboard : false,
|
keyboard : false,
|
||||||
contentHeight : 400,
|
contentHeight : 450,
|
||||||
contentWidth : 700,
|
contentWidth : 700,
|
||||||
backdrop: 'static',
|
backdrop: 'static',
|
||||||
buttons: {submitText: 'Finish'},
|
buttons: {submitText: 'Finish'},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue