mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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;
|
||||
var options = {
|
||||
keyboard : false,
|
||||
contentHeight : 400,
|
||||
contentHeight : 450,
|
||||
contentWidth : 700,
|
||||
backdrop: 'static',
|
||||
buttons: {submitText: 'Finish'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue