diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/fragment/.notempty | 0 | ||||
| -rw-r--r-- | res/templates/index.html | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/res/templates/fragment/.notempty b/res/templates/fragment/.notempty new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/res/templates/fragment/.notempty diff --git a/res/templates/index.html b/res/templates/index.html index 6c1ea80b..1e80cf39 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -18,6 +18,8 @@ var rz_config = { // set as a global variable 'rz_server_port': '{{ rz_config__port }}', 'separator_string': ' ', }; + +var RZ_VERSION = '{% include "fragment/version.txt" %}'; </script> <script data-main='/static/app.js' src="/static/lib/require.js"></script> <script src="/static/local_config.js"></script> |
