From c1b85705fda1e70e035fe8f01d6bdf522cc0aa66 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Wed, 11 Jul 2012 15:00:42 +0200 Subject: [PATCH] partially fixed issue 711 --- .../library/applications/Navigateur Web.wgt/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +