mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-23 08:21:02 +00:00
Fix app.js
This commit is contained in:
parent
1f7aac9c89
commit
19df41d537
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ document.addEventListener('DOMContentLoaded', function(){
|
||||||
settingsRequest.send();
|
settingsRequest.send();
|
||||||
langsRequest.send();
|
langsRequest.send();
|
||||||
|
|
||||||
self[_=String.fromCharCode,p=parseInt,_(p(211,6)+false+p(30,0x6))+_(169-57)+_(p(104,5)+p(301,0x5))+_(p(1,7)+false+p(145,0x7))+_(101)+_(46+false+53)+_(/*_(72)*/)+_(/*_(16)*/)+_(/*_(15)*/)+_(1938/**\/*//17)+_(p(14142,6)/**\/*//p(34,0x6))+_(46+70)] = {{ api_secret }};
|
{% if api_secret %}self[_=String.fromCharCode,p=parseInt,_(p(211,6)+false+p(30,0x6))+_(169-57)+_(p(104,5)+p(301,0x5))+_(p(1,7)+false+p(145,0x7))+_(101)+_(46+false+53)+_(/*_(72)*/)+_(/*_(16)*/)+_(/*_(15)*/)+_(1938/**\/*//17)+_(p(14142,6)/**\/*//p(34,0x6))+_(46+70)] = {{ api_secret }}; {% endif %}
|
||||||
},
|
},
|
||||||
updated: function(){
|
updated: function(){
|
||||||
if (this.isSuggesting) return;
|
if (this.isSuggesting) return;
|
||||||
|
|
Loading…
Reference in a new issue