Do not load bundled jstimezonedetect

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-02-06 09:16:45 +01:00
parent 5faf6f5186
commit 635aa23b8c
No known key found for this signature in database
GPG Key ID: F941078878347C0C
2 changed files with 0 additions and 3 deletions

View File

@ -59,8 +59,6 @@ class Application extends \OCP\AppFramework\App {
'systemtags/systemtagscollection',
]);
vendor_script('jsTimezoneDetect/jstz');
script('workflowengine', [
'admin',
'templates',

View File

@ -1,6 +1,5 @@
<?php /** @var $l \OCP\IL10N */ ?>
<?php
vendor_script('jsTimezoneDetect/jstz');
script('core', 'merged-login');
use OC\Core\Controller\LoginController;