|
@@ -19,7 +19,9 @@
|
|
|
<input id="user_text" type="text" placeholder="Account"/>
|
|
|
<input id="password_text" type="text" placeholder="Password"/>
|
|
|
<input type="button" id="login_button" value="Connect" onclick="Login();return false;"/>
|
|
|
+ <!--
|
|
|
<p><a href="javascript:void(0);">Forgot your password?</a></p>
|
|
|
+ -->
|
|
|
</div>
|
|
|
|
|
|
<script type="text/javascript">
|