hnshosting-wp/master/templates/assets/js/status_update.js

10 lines
262 B
JavaScript
Raw Normal View History

2023-11-17 17:01:14 +11:00
// Refresh page without status arg
// Wait 10 seconds
setTimeout(function() {
// Refresh page
// Get domain from param
var domain = urlParams.get('domain');
window.location = "https://hnshosting.au/success?domain=" + domain;
}, 10000);