From: Laury GvR Date: Tue, 28 Jun 2016 20:44:09 +0000 (-0400) Subject: Don't open url in new tab for vmap X-Git-Tag: v1.0.0^2~104 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e1ed5a7641f22986f809a80fa52a108f5b581b2c;p=WP-Themes%2Ffrancejourneys.git Don't open url in new tab for vmap --- diff --git a/js/vmap/dist/jquery.vmap.js b/js/vmap/dist/jquery.vmap.js index 465ac11..4cb8a18 100644 --- a/js/vmap/dist/jquery.vmap.js +++ b/js/vmap/dist/jquery.vmap.js @@ -229,7 +229,7 @@ var JQVMap = function (params) { } var currentRegionId = mapData.paths[code].post_id; - var win = window.open(tourData[currentRegionId]['url'], '_blank'); + var win = window.open(tourData[currentRegionId]['url']); if (win) { win.focus(); } else {