main: Added register error messages
This commit is contained in:
10
master/templates/assets/js/status_update.js
Normal file
10
master/templates/assets/js/status_update.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// 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);
|
||||
Reference in New Issue
Block a user