Don't open url in new tab for vmap
authorLaury GvR <laury@gaslightmedia.com>
Tue, 28 Jun 2016 20:44:09 +0000 (16:44 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 28 Jun 2016 20:44:09 +0000 (16:44 -0400)
js/vmap/dist/jquery.vmap.js

index 465ac11..4cb8a18 100644 (file)
@@ -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 {