From: Laury GvR Date: Tue, 28 Jun 2016 20:45:39 +0000 (-0400) Subject: Changed _blank to _self on new region open for the region map X-Git-Tag: v1.0.0^2~102 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c947eeba8ce3e269ae239a1e7fe9c2be8adb1ccc;p=WP-Themes%2Ffrancejourneys.git Changed _blank to _self on new region open for the region map --- diff --git a/js/vmap/dist/jquery.vmap.js b/js/vmap/dist/jquery.vmap.js index 4cb8a18..59709aa 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']); + var win = window.open(tourData[currentRegionId]['url'], '_self'); if (win) { win.focus(); } else {