Skip to content

Commit

Permalink
tel override fallback updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-prakash committed Jul 1, 2022
1 parent 1e0962b commit d9b7de4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

// Including fallback code for HTML5 non supported browsers.
HTMLHelper::_('jquery.framework');
// HTMLHelper::_('script', 'system/html5fallback.js', false, true);
HTMLHelper::_('script', 'system/html5fallback.js', array('version' => 'auto', 'relative' => true, 'conditional' => 'lt IE 9'));

$autocomplete = !$autocomplete ? ' autocomplete="off"' : ' autocomplete="' . $autocomplete . '"';
$autocomplete = $autocomplete == ' autocomplete="on"' ? '' : $autocomplete;
Expand Down

0 comments on commit d9b7de4

Please sign in to comment.