From 27921827defd91b812f428316575722fb6f59f3e Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 28 Feb 2006 15:38:11 +0000 Subject: [PATCH] making scrollbars work on page chooser --- .../jscripts/tiny_mce/plugins/pagetree/editor_plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/pagetree/editor_plugin.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/pagetree/editor_plugin.js index e0121bfdd..25fdc18bb 100755 --- a/www/extras/tinymce2/jscripts/tiny_mce/plugins/pagetree/editor_plugin.js +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/pagetree/editor_plugin.js @@ -32,7 +32,7 @@ function TinyMCE_pagetree_execCommand(editor_id, element, command, user_interfac template['width'] = 500; template['height'] = 500; - tinyMCE.openWindow(template, {editor_id : editor_id}); + tinyMCE.openWindow(template, {editor_id : editor_id, scrollbars : "yes"} ); return true; }