Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil E. Taylor committed Apr 27, 2017
1 parent edbacc0 commit 68381c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions layouts/joomla/form/field/color/advanced.php
Expand Up @@ -55,9 +55,6 @@
$placeholder = '#rrggbb';
}

$attributes = [

];
$inputclass = ($keywords && ! in_array($format, array('rgb', 'rgba'))) ? ' keywords' : ' ' . $format;
$class = ' class="' . trim('minicolors ' . $class) . ($validate == 'color' ? '' : $inputclass) . '"';
$control = $control ? ' data-control="' . $control . '"' : '';
Expand Down

0 comments on commit 68381c7

Please sign in to comment.