]> git.mjollnir.org Git - moodle.git/commitdiff
"FILEPICKER/MDL-13766, fix type"
authordongsheng <dongsheng>
Tue, 17 Feb 2009 01:47:25 +0000 (01:47 +0000)
committerdongsheng <dongsheng>
Tue, 17 Feb 2009 01:47:25 +0000 (01:47 +0000)
repository/javascript.php

index faf6198fc3334e1543769a5a490dfb14b3ccf44c..2e154c7980776b0386ca43fc1126b3378dc8fb92 100644 (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';