diff --git a/moment-timezone.js b/moment-timezone.js index 82307530..3f66e618 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.10", zones = {},