diff --git a/repository/javascript.php b/repository/javascript.php index faf6198fc33..2e154c79807 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';