mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-26 18:06:39 +00:00
Added burst to require in non-DEBUG
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
requirejs.config({
|
||||
baseUrl: "static/js",
|
||||
//urlArgs: "bust="+ (new Date()).getTime(),
|
||||
urlArgs: com.podnoms.settings.urlArgs,
|
||||
waitSeconds: 200,
|
||||
paths: {
|
||||
jquery: 'libs/jquery',
|
||||
|
||||
@@ -13,6 +13,7 @@ com.podnoms.settings = {
|
||||
isDebug: '{{ IS_DEBUG }}',
|
||||
drawTimelineOnMix: false,
|
||||
staticUrl: '{{ STATIC_URL }}',
|
||||
urlArgs: '{{ IS_DEBUG }}' ? "" : "bust="+ (new Date()).getTime(),
|
||||
currentUser: {{ CURRENT_USER_ID }},
|
||||
/** simple helper to take an api JSON object and initialise a player item */
|
||||
setupPlayerWrapper: function (id, stream_url) {
|
||||
|
||||
Reference in New Issue
Block a user