From: dongsheng Date: Tue, 17 Feb 2009 01:47:25 +0000 (+0000) Subject: "FILEPICKER/MDL-13766, fix type" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c4fa91692fa9f72d6dc3ebca9789c18c2643dd91;p=moodle.git "FILEPICKER/MDL-13766, fix type" --- diff --git a/repository/javascript.php b/repository/javascript.php index faf6198fc3..2e154c7980 100644 --- a/repository/javascript.php +++ b/repository/javascript.php @@ -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 = ' $strrefresh';