Commit c1b85705 authored by Claudio Valerio's avatar Claudio Valerio

partially fixed issue 711

parent 93fd37bb
...@@ -228,9 +228,9 @@ ...@@ -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++;
...@@ -300,4 +300,4 @@ ...@@ -300,4 +300,4 @@
</div> </div>
</body> </body>
</html> </html>
\ No newline at end of file
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