Dialog height reduced & remove js minify maps
Provide better support for lower resolution devices (buttons became hidden in tall dialogs). Remove references to JavaScript minification source maps which aren't deployed and caused confusion.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
///#source 1 1 /ClientSource/Scripts/Modules/Timeline/disco.simileajaxextensions.js
|
||||
window.SimileAjax = {
|
||||
loaded: true,
|
||||
loadingScriptsCount: 0,
|
||||
@@ -6,7 +5,6 @@ window.SimileAjax = {
|
||||
params: { bundle: "true" },
|
||||
Platform: new Object()
|
||||
};
|
||||
///#source 1 1 /ClientSource/Scripts/Modules/Timeline/simile-ajax-bundle-DiscoMod.js
|
||||
|
||||
|
||||
/* jquery-1.2.6.min.js */
|
||||
@@ -1569,14 +1567,12 @@ SimileAjax.XmlHttp._forceXML=function(A){try{A.overrideMimeType("text/xml");
|
||||
}catch(B){A.setrequestheader("Content-Type","text/xml");
|
||||
}};
|
||||
|
||||
///#source 1 1 /ClientSource/Scripts/Modules/Timeline/disco.timelineextensions.js
|
||||
window.Timeline = new Object();
|
||||
window.Timeline.DateTime = window.SimileAjax.DateTime; // for backward compatibility
|
||||
window.Timeline.urlPrefix = '/ClientSource/Style/Timeline/';
|
||||
window.Timeline.serverLocale = 'en';
|
||||
window.Timeline.clientLocale = 'en';
|
||||
window.Timeline.timeZone = 10;
|
||||
///#source 1 1 /ClientSource/Scripts/Modules/Timeline/timeline-bundle.js
|
||||
|
||||
|
||||
/* band.js */
|
||||
@@ -4413,7 +4409,6 @@ Timeline.NativeDateUnit.later=function(B,A){return Timeline.NativeDateUnit.compa
|
||||
Timeline.NativeDateUnit.change=function(A,B){return new Date(A.getTime()+B);
|
||||
};
|
||||
|
||||
///#source 1 1 /ClientSource/Scripts/Modules/Timeline/timeline.js
|
||||
/*==================================================
|
||||
* Common localization strings
|
||||
*==================================================
|
||||
@@ -4424,7 +4419,6 @@ Timeline.strings["en"] = {
|
||||
};
|
||||
|
||||
|
||||
///#source 1 1 /ClientSource/Scripts/Modules/Timeline/labellers.js
|
||||
/*==================================================
|
||||
* Localization of labellers.js
|
||||
*==================================================
|
||||
|
||||
Reference in New Issue
Block a user