Skip to content

Commit

Permalink
Remove chosen in favor of Hathor
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmert committed Dec 9, 2015
1 parent 2650e28 commit ac3b5bb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
*/
defined('_JEXEC') or die;

JHtml::_('formbehavior.chosen', 'select');

$options = array(
JHtml::_('select.option', 'c', JText::_('JLIB_HTML_BATCH_COPY')),
JHtml::_('select.option', 'm', JText::_('JLIB_HTML_BATCH_MOVE'))
Expand Down Expand Up @@ -55,4 +53,4 @@
<?php echo JHtml::_('batch.tag'); ?>
</div>
</div>
</div>
</div>

0 comments on commit ac3b5bb

Please sign in to comment.