Add forgotten slash.
This commit is contained in:
parent
00c0c89076
commit
b1d54a9d96
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue