Open Deeheks opened 10 years ago
How to reload a page through Davis.js ? Here's my situation.
I'm doing some ajax call triggered by a jQ click ; onSuccess I display a message ; then I want to refresh the page.
I've tried
Davis.location.assign( new Davis.Request( window.location.pathname ) );
but it's not working in Chrome.
Davis.location.refresh would be convenient, wouldn't it?
How to reload a page through Davis.js ? Here's my situation.
I'm doing some ajax call triggered by a jQ click ; onSuccess I display a message ; then I want to refresh the page.
I've tried
but it's not working in Chrome.
Davis.location.refresh would be convenient, wouldn't it?