From c4fa91692fa9f72d6dc3ebca9789c18c2643dd91 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Tue, 17 Feb 2009 01:47:25 +0000 Subject: [PATCH] "FILEPICKER/MDL-13766, fix type" --- repository/javascript.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5