Skip to content

Commit

Permalink
make sure we lock on target-list abbr tags
Browse files Browse the repository at this point in the history
  • Loading branch information
proditis committed Apr 9, 2024
1 parent 0b5215a commit 1dc7b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/widgets/target/views/target.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
use yii\helpers\Url;
use app\widgets\Twitter;
$this->registerJs(
"\$('.td-actions a[rel=\"tooltip\"]').tooltip({
"\$('#target-list abbr[rel=\"tooltip\"], .td-actions a[rel=\"tooltip\"]').tooltip({
trigger : 'hover',
container: '#target-list'
});
\$('.td-actions a[data-toggle=\"tooltip\"]').tooltip({
\$('#target-list abbr[data-toggle=\"tooltip\"], .td-actions a[data-toggle=\"tooltip\"]').tooltip({
trigger : 'hover',
container: '#target-list'
});
Expand Down

0 comments on commit 1dc7b1e

Please sign in to comment.