projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
making try access button get autopressed on oAuth return, and upgrading potlatch2...
[potlatch2.git]
/
resources
/
ok_go.html
diff --git
a/resources/ok_go.html
b/resources/ok_go.html
index 9599d33b5d8ea82965c2ed23ab16a64cd1edc314..d6b1baf305a4304de553fef63332e7c819499fa3 100644
(file)
--- a/
resources/ok_go.html
+++ b/
resources/ok_go.html
@@
-3,6
+3,7
@@
<script language="javascript">
function sendBack() {
if (window.self.opener) {
+ window.self.opener.swfobject.getObjectById("map").pressTry();
window.self.opener.focus();
}
window.self.close();