Skip to content
Snippets Groups Projects
Commit 3cc33a98 authored by Thomas Müller's avatar Thomas Müller Committed by Morris Jobke
Browse files

use script instead of \OCP\Util methods

parent 775f6a13
Branches
No related tags found
No related merge requests found
<?php /** @var $l OC_L10N */ ?>
<?php vendor_script('jsTimezoneDetect/jstz') ?>
<?php
vendor_script('jsTimezoneDetect/jstz');
script('core', [
'visitortimezone',
'lostpassword'
]);
?>
<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
<form method="post" name="login">
......@@ -65,8 +71,5 @@
</ul>
</fieldset>
</form>
<?php } ?>
<?php }
<?php
OCP\Util::addscript('core', 'visitortimezone');
OCP\Util::addScript('core', 'lostpassword');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment