Fix setup wizard height
This commit is contained in:
@@ -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'},
|
||||||
|
Reference in New Issue
Block a user