partially fixed issue 711

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 93fd37bbda
commit c1b85705fd
  1. 8
      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 @@
</div>
</body>
</html>
</html>

Loading…
Cancel
Save