diff options
Diffstat (limited to 'static/register.js')
| -rw-r--r-- | static/register.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/register.js b/static/register.js index 09175d6..48f787f 100644 --- a/static/register.js +++ b/static/register.js @@ -40,7 +40,7 @@ function init() { return; } - window.location.href = "index.html" + window.location.href = "index.html"; } catch (err) { console.log(err); |
