| Index: templates/sitekey_frame.tmpl |
| diff --git a/templates/sitekey_frame.tmpl b/templates/sitekey_frame.tmpl |
| index c136b2ad2086070e81ff33f6584859f3a870fa98..ced464dfd0b1979564ef6e82f12940d4f989a0df 100644 |
| --- a/templates/sitekey_frame.tmpl |
| +++ b/templates/sitekey_frame.tmpl |
| @@ -4,7 +4,7 @@ |
| <script type="text/javascript"> |
| function frame_url(parent_location) |
| { |
| - return parent_location.hash.substring(1); |
| + return parent_location.origin + parent_location.hash.substring(1); |
| } |
| </script> |
| {% endblock %} |