From 5d8211bbf4cdda4905fb2ee4f3ca9a30fd4d0953 Mon Sep 17 00:00:00 2001 From: tboch Date: Fri, 24 Mar 2017 13:48:54 +0000 Subject: [PATCH] --- src/js/HpxImageSurvey.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/HpxImageSurvey.js b/src/js/HpxImageSurvey.js index 55a23811..d61a9442 100644 --- a/src/js/HpxImageSurvey.js +++ b/src/js/HpxImageSurvey.js @@ -92,8 +92,6 @@ HpxImageSurvey = (function() { HpxImageSurvey.SURVEYS_OBJECTS[this.id] = this; }; - HpxImageSurvey.HTTPS_CONTEXT = ( window.location.protocol === 'https:' ); - HpxImageSurvey.UPDATE_NEEDED_TILES_DELAY = 1000; // in milliseconds HpxImageSurvey.prototype.init = function(view, callback) {