Skip to content

Commit

Permalink
"MDL-13766, scrollbars are added to popup window"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsheng Cai committed May 20, 2010
1 parent 573e7e3 commit 5ba5e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/filepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 5ba5e37

Please sign in to comment.