summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-28 23:34:25 +0300
committerAlon Levy <alon@pobox.com>2015-04-28 23:34:25 +0300
commit5f43d503492272e1eeacbc519d747c7f01f344d9 (patch)
tree00b3f702063cfd5d62ab9260bb43b6d1fdd24343
parentbbf0998f5f91aac6e34871c97fea8a940e09b4a5 (diff)
(temp) Revert "applying /static/js qualifier to JS resources, align with all other resource types"
This reverts commit 9a953896338fb19bc4c88280cfdcc1d7391743e7.
-rw-r--r--res/templates/index.html4
-rw-r--r--res/templates/login.html2
-rw-r--r--res/templates/user_signup.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 87fc59ad..c2d47381 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -19,8 +19,8 @@ var rz_config = { // set as a global variable
var RZ_VERSION = '{% include "fragment/version.txt" %}';
</script>
-<script data-main='/static/js/app.js' src="/static/lib/require.js"></script>
-<script src="/static/js/local_config.js"></script>
+<script data-main='/static/app.js' src="/static/lib/require.js"></script>
+<script src="/static/local_config.js"></script>
{% endblock %}
{% block content %}
<div class="top-bar">
diff --git a/res/templates/login.html b/res/templates/login.html
index b3e4cfd0..b4d7f978 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -3,7 +3,7 @@
{% block head %}
{{ super() }}
<script src="/static/lib/jquery.js" type="text/javascript"></script>
-<script src="/static/js/user_login.js" type="text/javascript"></script>
+<script src="/static/user_login.js" type="text/javascript"></script>
<style type="text/css">
html {
diff --git a/res/templates/user_signup.html b/res/templates/user_signup.html
index 93589d86..639d0be9 100644
--- a/res/templates/user_signup.html
+++ b/res/templates/user_signup.html
@@ -1,7 +1,7 @@
{% extends "base.html" %} {% block title %}Rhizi - Sign up{% endblock %}
{% block head %} {{ super() }}
<script src="/static/lib/jquery.js" type="text/javascript"></script>
-<script src="/static/js/user_signup.js" type="text/javascript"></script>
+<script src="/static/user_signup.js" type="text/javascript"></script>
<style type="text/css">
html {