CC-2529: Create download file API key
-users who are authenticed via ZEND_AUTH can now preview files without using api-key
This commit is contained in:
parent
88bdb4840b
commit
1416274882
4 changed files with 5 additions and 8 deletions
|
@ -23,8 +23,6 @@ var APPLICATION_ENV = "";
|
|||
var nextSongPrepare = true;
|
||||
var nextShowPrepare = true;
|
||||
|
||||
var apiKey = "";
|
||||
|
||||
function secondsTimer(){
|
||||
if (localRemoteTimeOffset !== null){
|
||||
var date = new Date();
|
||||
|
@ -190,7 +188,6 @@ function calcAdditionalShowData(show){
|
|||
|
||||
function parseItems(obj){
|
||||
APPLICATION_ENV = obj.env;
|
||||
apiKey = obj.apiKey;
|
||||
|
||||
$('#time-zone').text(obj.timezone);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue