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

Merge branch 'hotline#31732_popup_multiples_sur_les_vignettes_de_notices' into 'hotline-master'

Hotline#31732 popup multiples sur les vignettes de notices

See merge request !1186
parents 267aff6a f4999bff
No related merge requests found
- ticket #31732 : correction des popups multiples en cliquant sur les vignettes de notices dans certains navigateurs
\ 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