mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Correct Transifex API key parsing. Fixes #573
This commit is contained in:
parent
bca62e6204
commit
e9f9f6524b
1 changed files with 2 additions and 2 deletions
|
|
@ -10,13 +10,13 @@
|
|||
= csrf_meta_tags
|
||||
:javascript
|
||||
window.liveSettings = {
|
||||
api_key: "<%= CONFIG['transifex_live_api_key'] %>",
|
||||
api_key: "#{CONFIG['transifex_live_api_key']}",
|
||||
picker: "bottom-right",
|
||||
detectlang: true,
|
||||
autocollect: true
|
||||
};
|
||||
= content_for(:script_head)
|
||||
=# javascript_include_tag "//cdn.transifex.com/live.js"
|
||||
= javascript_include_tag "//cdn.transifex.com/live.js"
|
||||
|
||||
= yield(:head)
|
||||
%body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue