From 5f43d503492272e1eeacbc519d747c7f01f344d9 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 28 Apr 2015 23:34:25 +0300 Subject: (temp) Revert "applying /static/js qualifier to JS resources, align with all other resource types" This reverts commit 9a953896338fb19bc4c88280cfdcc1d7391743e7. --- res/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/templates/index.html') 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" %}'; - - + + {% endblock %} {% block content %}
-- cgit v1.3.1