Merge login JS

Removes 2 requests.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-03-24 21:18:24 +01:00
parent 4f73911bab
commit 6a4fde11e6
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
2 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1,5 @@
[
"visitortimezone.js",
"lostpassword.js",
"login.js"
]

View File

@ -1,11 +1,7 @@
<?php /** @var $l \OCP\IL10N */ ?>
<?php
vendor_script('jsTimezoneDetect/jstz');
script('core', [
'visitortimezone',
'lostpassword',
'login'
]);
script('core', 'merged-login');
?>
<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->