Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-06 11:16:45 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-06 11:16:45 +0300
commit635aa23b8ca145c6e3f064af7002a7d218481b8e (patch)
tree474749cbe6a64ea929bd9e1269fcf07ee854a05a /core/templates
parent5faf6f5186422c9da24e98d609e67d5a89604467 (diff)
Do not load bundled jstimezonedetect
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/login.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index 3035d23da70..c85f32ba8e3 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -1,6 +1,5 @@
<?php /** @var $l \OCP\IL10N */ ?>
<?php
-vendor_script('jsTimezoneDetect/jstz');
script('core', 'merged-login');
use OC\Core\Controller\LoginController;