v26.6.0 updates
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
/* global timeUtils */
|
||||
/*
|
||||
Copyright (c) 2018 [Glacies UG, Berlin, Germany] (http://glacies.de)
|
||||
Copyright (c) 2018 [Glacies UG, Berlin, Germany] (http://glacies.de)
|
||||
Developer: Thilina Hasantha (http://lk.linkedin.com/in/thilinah | https://github.com/thilinah)
|
||||
*/
|
||||
import NotificationManager from './Notifications';
|
||||
import TimeUtils from './TimeUtils';
|
||||
|
||||
import RequestCache from './RequestCache';
|
||||
import SocialShare from './SocialShare';
|
||||
|
||||
const Aes = require('./Aes');
|
||||
|
||||
window.RequestCache = RequestCache;
|
||||
window.SocialShare = SocialShare;
|
||||
|
||||
window.setupTimeUtils = (diffHoursBetweenServerTimezoneWithGMT) => {
|
||||
const timeUtils = new TimeUtils();
|
||||
|
||||
Reference in New Issue
Block a user