fix rec windows size

This commit is contained in:
Samuele E. Locatelli
2018-03-07 16:43:52 +01:00
parent fc2bbe414c
commit da9b663a4a
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=674']) {
withEnv(['NEXT_BUILD_NUMBER=675']) {
// env.versionNumber = VersionNumber(versionNumberString : '4.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '4.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO'
+1 -1
View File
@@ -6,7 +6,7 @@ function SetWidthHeight() {
var height = $(window).height();
var width = $(window).width();
$.ajax({
url: "../windowSize.ashx",
url: "./windowSize.ashx",
data: {
'Height': height,
'Width': width