I want to call a function and then reload the current page(sequentially) in webkit safari with javascript how can i do this: I tried :
(function(){ functionCall();window.location.href = window.location.href})();
but didn't work it only reloads the current page ; thanks.