This commit is contained in:
Nicolas Bally 2019-06-11 15:58:47 +02:00
parent b233d707f7
commit 3c5d04a5f5

View File

@ -22,6 +22,6 @@ $ ->
$(window).bind "resize", ->
resize()
$(".electrolux, .miele, .gold").click (event) ->
$(".electrolux2, .miele, .gold").click (event) ->
window.location.href = $(this).find("a:first").attr("href")