Skip to content

Commit

Permalink
"FILEPICKER/MDL-13766, fix type"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Feb 17, 2009
1 parent c28c290 commit c4fa916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/javascript.php
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function _client() {
}
}
// weather we use cache for this instance, this button will reload listing anyway
if(!_client.ds.nofresh) {
if(!_client.ds.norefresh) {
var ccache = document.createElement('A');
ccache.href = '###';
ccache.innerHTML = '<img src="$CFG->pixpath/a/refresh.png" /> $strrefresh';
Expand Down

0 comments on commit c4fa916

Please sign in to comment.