Commit c1b85705 authored by Claudio Valerio's avatar Claudio Valerio

partially fixed issue 711

parent 93fd37bb
......@@ -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>
\ No newline at end of file
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment