diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-09-24 16:21:38 +1000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-09-24 16:21:38 +1000 |
commit | 11bfcbc720bb39833efddc367ac671723f3944a2 (patch) | |
tree | 8e15b4f747cf74571825d56bf40c22229a131660 /templates | |
parent | 3a7eb8f4c66d7ff1657560ab824150dd5128a115 (diff) | |
download | patchwork-11bfcbc720bb39833efddc367ac671723f3944a2.tar patchwork-11bfcbc720bb39833efddc367ac671723f3944a2.tar.gz |
[html] Consolidate js files
We don't need most of the stuff in htdocs/js/. Put the only function
required into a common.js, which we can add other stuff to.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/patchwork/bundles.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/bundles.html b/templates/patchwork/bundles.html index 7f87f6f..276e58a 100644 --- a/templates/patchwork/bundles.html +++ b/templates/patchwork/bundles.html @@ -4,7 +4,7 @@ {% block heading %}Bundles{% endblock %} {% block headers %} - <script language="JavaScript" type="text/javascript" src="/js/confirm.js"> + <script language="JavaScript" type="text/javascript" src="/js/common.js"> </script> {% endblock %} |