Skip to content

Commit

Permalink
Revert "templates: rm stray jquery-1.7.1 references"
Browse files Browse the repository at this point in the history
This reverts commit b44306e.
  • Loading branch information
astro committed Dec 29, 2017
1 parent b44306e commit 13e4939
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/activate.hamlet
Expand Up @@ -12,5 +12,6 @@ $newline always
<p id="progress">
<input id="activate" type="submit" value="_{MsgActivate}"
data-token="#{hexToken}" data-salt="#{hexSalt}">
<script src="/static/js/jquery-1.7.1.min.js" type="text/javascript">
<script src="/static/js/jsSHA.js" type="text/javascript">
<script src="/static/js/activate.js" type="text/javascript">
1 change: 1 addition & 0 deletions templates/login.hamlet
Expand Up @@ -13,5 +13,6 @@ $newline always
<input id="login" type="submit" value="Login">
<p>
<a href=@{ReactivateR}>_{MsgForgotPasswordQuestion}</a>
<script src="/static/js/jquery-1.7.1.min.js" type="text/javascript">
<script src="/static/js/jsSHA.js" type="text/javascript">
<script src="/static/js/login.js" type="text/javascript">
1 change: 1 addition & 0 deletions templates/signup.hamlet
Expand Up @@ -20,6 +20,7 @@ $newline always
<input type="checkbox" id="tos-2" name="tos-2" value="tos-2">
<label for="tos-2"> _{MsgTos2}
<input id="signup" type="submit" value="Signup">
<script src="/static/js/jquery-1.7.1.min.js" type="text/javascript">
<script src="/static/js/signup.js" type="text/javascript">
<section class="col2">
<h2>_{MsgNoWarez}
Expand Down

0 comments on commit 13e4939

Please sign in to comment.