Skip to content

Commit

Permalink
Fix batch modalTooltip when mod Multilanguages status enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed Apr 17, 2016
1 parent ecd1002 commit 2d0c4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/html/batch/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* None
*/

JHtml::_('bootstrap.tooltip', '.modalTooltip', array('container' => '.modal'));
JHtml::_('bootstrap.tooltip', '.modalTooltip', array('container' => '#collapseModal'));

?>

Expand Down

0 comments on commit 2d0c4d3

Please sign in to comment.