diff --git a/moment-timezone.js b/moment-timezone.js index cd34f516..76c4fd25 100644 --- a/moment-timezone.js +++ b/moment-timezone.js @@ -19,10 +19,10 @@ "use strict"; // Do not load moment-timezone a second time. - if (moment.tz !== undefined) { - logError('Moment Timezone ' + moment.tz.version + ' was already loaded ' + (moment.tz.dataVersion ? 'with data from ' : 'without any data') + moment.tz.dataVersion); - return moment; - } + // if (moment.tz !== undefined) { + // logError('Moment Timezone ' + moment.tz.version + ' was already loaded ' + (moment.tz.dataVersion ? 'with data from ' : 'without any data') + moment.tz.dataVersion); + // return moment; + // } var VERSION = "0.5.4", zones = {},