partially fixed issue 711

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 93fd37bbda
commit c1b85705fd
  1. 6
      resources/library/applications/Navigateur Web.wgt/index.html

@ -228,9 +228,9 @@
if(resizerIndex > 80){ if(resizerIndex > 80){
resizerIndex = 0; resizerIndex = 0;
$("#back-button").trigger("click"); $("#back-button").trigger("click");
alert(sankoreLang[lang].alert); //alert(sankoreLang[lang].alert);
//$("#textbox").val("http://www.google.com/search?q=" + $("#textbox").val().replace("http://", "")); $("#textbox").val("http://www.google.com/search?q=" + $("#textbox").val().replace("http://", ""));
//$("#search-button").trigger("click"); $("#search-button").trigger("click");
}else{ }else{
resizer = setTimeout(function(){checkLoading()}, 100); resizer = setTimeout(function(){checkLoading()}, 100);
resizerIndex++; resizerIndex++;

Loading…
Cancel
Save