Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Apr 29, 2019
1 parent 59e18ce commit 4f13be5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions layouts/joomla/form/field/radio/switcher.php
Expand Up @@ -56,12 +56,7 @@
* %4 = any other attributes
*/
$input = '<input type="radio" id="%1$s" name="%2$s" value="%3$s" %4$s>';
$alt = preg_replace('/[^a-zA-Z0-9_\-]/', '_', $name);

//brian temp file location to make it easier to test and review with patchtester
use Joomla\CMS\Factory;
$doc = Factory::getDocument();
$doc->addStyleSheet('../layouts/joomla/form/field/radio/switcher.css');
?>
<fieldset>
<legend class="switcher__legend">
Expand Down

0 comments on commit 4f13be5

Please sign in to comment.