From 5ba5e3783bcd8ae7e790a3dfdd02f1b3b98efe99 Mon Sep 17 00:00:00 2001 From: Dongsheng Cai Date: Thu, 20 May 2010 06:50:47 +0000 Subject: [PATCH] "MDL-13766, scrollbars are added to popup window" --- repository/filepicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/filepicker.js b/repository/filepicker.js index 4bcc01cfa0d..fd7e369260e 100644 --- a/repository/filepicker.js +++ b/repository/filepicker.js @@ -797,7 +797,7 @@ M.core_filepicker.init = function(Y, options) { if (popup_button) { popup_button.on('click', function(e){ M.core_filepicker.active_filepicker = this; - window.open(loginurl, 'repo_auth', 'location=0,status=0,width=500,height=300'); + window.open(loginurl, 'repo_auth', 'location=0,status=0,width=500,height=300,scrollbars=yes'); e.preventDefault(); }, this); }