diff --git a/resources/library/applications/Navigateur Web.wgt/index.html b/resources/library/applications/Navigateur Web.wgt/index.html index d477b265..2e1903ef 100644 --- a/resources/library/applications/Navigateur Web.wgt/index.html +++ b/resources/library/applications/Navigateur Web.wgt/index.html @@ -228,9 +228,9 @@ if(resizerIndex > 80){ resizerIndex = 0; $("#back-button").trigger("click"); - alert(sankoreLang[lang].alert); - //$("#textbox").val("http://www.google.com/search?q=" + $("#textbox").val().replace("http://", "")); - //$("#search-button").trigger("click"); + //alert(sankoreLang[lang].alert); + $("#textbox").val("http://www.google.com/search?q=" + $("#textbox").val().replace("http://", "")); + $("#search-button").trigger("click"); }else{ resizer = setTimeout(function(){checkLoading()}, 100); resizerIndex++; @@ -300,4 +300,4 @@ - \ No newline at end of file +