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

10 lines
253 B
JavaScript
Raw Normal View History

2023-09-03 13:48:26 +10: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);