Commit 9a527344 by Kyle Fiedler

started to fix javascript issues

parent 9b0136f1
...@@ -72,8 +72,8 @@ $(function() { ...@@ -72,8 +72,8 @@ $(function() {
<ul> <ul>
<li>Forum name: ${username}</li> <li>Forum name: ${username}</li>
<li>E-mail: ${email}</li> <li>E-mail: ${email}</li>
<li>Location: ${location}</li> <li><a href="" id="change_location">Location: ${location}</a></li>
<li>Language: ${language}</li> <li><a href="" id="change_language">Language: ${language}</a></li>
</ul> </ul>
<!-- <div><a class="modal" href="#change_password_pop">Reset password</a></div> --> <!-- <div><a class="modal" href="#change_password_pop">Reset password</a></div> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment