summaryrefslogtreecommitdiff
path: root/lib/plugins/styler/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/styler/script.js')
-rw-r--r--lib/plugins/styler/script.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/styler/script.js b/lib/plugins/styler/script.js
index 1c53987a4..79df8a88b 100644
--- a/lib/plugins/styler/script.js
+++ b/lib/plugins/styler/script.js
@@ -16,7 +16,7 @@ jQuery(function () {
DOKU_BASE + '/lib/exe/ajax.php',
{
'call': 'plugin_styler',
- 'id': JSINFO.id
+ 'id': JSINFO.id
},
function () {
// load the preview template
@@ -28,8 +28,8 @@ jQuery(function () {
var $dlg = $dialog.dialog({
'title': LANG.plugins.styler.menu,
'width': 500,
+ 'height': 500,
'top': 50,
- 'maxHeight': 500,
'position': { 'my': 'left bottom', 'at': 'left bottom', 'of': window },
// bring everything back to normal
'close': function (event, ui) {