projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
209dece
)
link goes into external frame, not in the iframe
author
Christopher Schmidt
<crschmidt@crschmidt.net>
Wed, 30 Apr 2008 11:45:28 +0000
(11:45 +0000)
committer
Christopher Schmidt
<crschmidt@crschmidt.net>
Wed, 30 Apr 2008 11:45:28 +0000
(11:45 +0000)
public/export/embed.html
patch
|
blob
|
history
diff --git
a/public/export/embed.html
b/public/export/embed.html
index 41cd75f4364cb4b73301c3b205005eee81b6e2b4..8e4ea2651cc4b809aa76e6f5bc2ef57132a6963e 100644
(file)
--- a/
public/export/embed.html
+++ b/
public/export/embed.html
@@
-43,7
+43,8
@@
if(href.indexOf('?') != -1) {
href = href.substring( 0, href.indexOf('?') );
}
-
+
+ this.element.target="_blank";
href += '?' + OpenLayers.Util.getParameterString(params);
this.element.href = href;
}