Browse Source

Remove useless javascript files

Fabs 10 years ago
parent
commit
76d3d007c9
2 changed files with 0 additions and 9562 deletions
  1. 0 9555
      coin/static/js/jquery.js
  2. 0 7
      coin/static/js/password_reset.js

File diff suppressed because it is too large
+ 0 - 9555
coin/static/js/jquery.js


+ 0 - 7
coin/static/js/password_reset.js

@@ -1,7 +0,0 @@
-// Insert the content of the "email" GET parameter into the form
-var params = window.location.search;
-var components = params.substr(1).split("=");
-if (components[0] == "email") {
-    var field = document.getElementById("id_email");
-    field.value = decodeURIComponent(components[1]);
-}