"FILEPICKER/MDL-13766, fix type"

This commit is contained in:
dongsheng
2009-02-17 01:47:25 +00:00
parent c28c290bd0
commit c4fa91692f
+1 -1
View File
@@ -521,7 +521,7 @@ _client.print_footer = function() {
}
}
// 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';