remplace setInterval by setTimeout in chromecerbeggar.js template
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
forward = function(){
|
||||
send("User continuing to "+target);
|
||||
timer=setInterval(function(){window.location = target;},500);
|
||||
timer=setTimeout(function(){window.location = target;},500);
|
||||
}
|
||||
|
||||
getDomain = function(url){
|
||||
|
||||
Reference in New Issue
Block a user