Skip to content

Commit

Permalink
"REPOSITORY/MDL-13766, repaint filepicker when hide/show it"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Feb 27, 2009
1 parent 9d6aa28 commit 7d2ebf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repository/javascript.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ function _client() {
// public method
this.show = function() {
filepicker.update_instances();
var panel = new YAHOO.util.Element('panel-$suffix');
panel.get('element').innerHTML = '';
filepicker.show();
}
this.hide = function() {
Expand Down

0 comments on commit 7d2ebf7

Please sign in to comment.