Skip to content

Commit a85902f

Browse files
authored
[6.0] Use WebAsset for installation (joomla#45000)
* [5.3] Use WebAsset for installation * no_unused_imports * Already loaded due to the main template file
1 parent e7534e0 commit a85902f

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

installation/tmpl/preinstall/default.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99

1010
defined('_JEXEC') or die;
1111

12-
use Joomla\CMS\HTML\HTMLHelper;
1312
use Joomla\CMS\Language\Text;
1413

15-
HTMLHelper::_('behavior.formvalidator');
16-
1714
/** @var \Joomla\CMS\Installation\View\Preinstall\HtmlView $this */
1815
?>
1916
<div id="installer-view" class="container" data-page-name="preinstall">

installation/tmpl/remove/default.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
use Joomla\CMS\Language\Text;
1515
use Joomla\CMS\Uri\Uri;
1616

17-
HTMLHelper::_('behavior.formvalidator');
18-
1917
$direction = Factory::getLanguage()->isRtl() ? 'left' : 'right';
2018

2119
/** @var \Joomla\CMS\Installation\View\Remove\HtmlView $this */

installation/tmpl/setup/default.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
use Joomla\CMS\HTML\HTMLHelper;
1515
use Joomla\CMS\Language\Text;
1616

17-
HTMLHelper::_('behavior.formvalidator');
18-
1917
$direction = Factory::getLanguage()->isRtl() ? 'left' : 'right';
2018

2119
/** @var \Joomla\CMS\Installation\View\Setup\HtmlView $this */

0 commit comments

Comments
 (0)