Skip to content
Snippets Groups Projects
Commit fc9eac1c authored by Laurent's avatar Laurent
Browse files

hotline #31732 fix popups on record thumbnail click

parent 8009aa63
Branches
Tags
1 merge request!1186Hotline#31732 popup multiples sur les vignettes de notices
- ticket #31732 : popup multiples sur les vignettes de notices
\ No newline at end of file
......@@ -52,6 +52,7 @@ var setupAnchorsTarget = function() {
$('a[href^="http"]').each(function() {
if (!internalLink.test($(this).attr('href'))
&& (undefined == this.onclick)
&& (undefined == $._data(this, 'events') || undefined == $._data(this, 'events').click)
&& (undefined == $(this).data('events') || undefined == $(this).data('events').click)) {
if ($.browser.msie || !!navigator.userAgent.match(/Trident/)) {
// Otherwise IE doesn't send HTTP Referer
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment