projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d15589a
)
Changed _blank to _self on new region open for the region map
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 28 Jun 2016 20:45:39 +0000
(16:45 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 28 Jun 2016 20:45:39 +0000
(16:45 -0400)
js/vmap/dist/jquery.vmap.js
patch
|
blob
|
history
diff --git
a/js/vmap/dist/jquery.vmap.js
b/js/vmap/dist/jquery.vmap.js
index
4cb8a18
..
59709aa
100644
(file)
--- 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 {