Fix jquery 404 on /register
This commit is contained in:
parent
ae7098085c
commit
9f0444a962
|
@ -57,7 +57,6 @@ html(lang="en")
|
||||||
p Thanks for registering, #{registerName}! Now you can <a href="/login">Login</a> to use your account.
|
p Thanks for registering, #{registerName}! Now you can <a href="/login">Login</a> to use your account.
|
||||||
include footer
|
include footer
|
||||||
+footer()
|
+footer()
|
||||||
script(src="/js/jquery.js")
|
|
||||||
script(type="text/javascript").
|
script(type="text/javascript").
|
||||||
function verify() {
|
function verify() {
|
||||||
var valid = checkUsername();
|
var valid = checkUsername();
|
||||||
|
|
Loading…
Reference in a new issue