Files
IlLievitario-Gestore/js/manifest.js
T

18 lines
690 B
JavaScript

var myManifest = {
Debug: (window.location.port !== ""),
Name: "Il Management",
Version: "0.4.0.0",
Author: "Denis Ironi",
Settings: {
DefaultURL: (window.location.port === "" ? "http://" + window.location.host + "/Service": "http://" + window.location.hostname + ":" + window.location.port + "/Service_Manut"),
JQueryVersion: "1.11.1",
Device:{
Width: (window.innerWidth > 0) ? window.innerWidth : screen.width,
Height: (window.innerHeight > 0) ? window.innerHeight : screen.height
}
},
Agent: (new UAParser()).getResult(),
getUrlArg: function(){
return this.Version;
}
};