diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js index 8d46b46c4..f259df367 100644 --- a/html/js/noalyss_script.js +++ b/html/js/noalyss_script.js @@ -5113,6 +5113,6 @@ VAT_Code.prototype.filter_country=function() return false; } } -noalyss=new Noalyss(); +var noalyss=new Noalyss(); -bookmark=new Bookmark(); \ No newline at end of file +var bookmark=new Bookmark(); \ No newline at end of file