Add forgotten slash.

This commit is contained in:
Ralph Bean 2015-04-24 17:34:47 +00:00
parent 00c0c89076
commit b1d54a9d96

View file

@ -10,7 +10,7 @@
{% if env == 'staging' %}
var base = 'https://apps.stg.fedoraproject.org/';
{% else %}
var base = 'https://apps.fedoraproject.org';
var base = 'https://apps.fedoraproject.org/';
{% endif %}
fedmenu({
'url': base + 'js/data.js',