diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sent.html b/templates/sent.html index ffaaa1d..01f04a1 100644 --- a/templates/sent.html +++ b/templates/sent.html @@ -12,7 +12,7 @@ <% } else { %> <h3>[% loc('Thanks. Your report will be sent to the authorities immediately.') %]</h3> - <p class="center"><a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>">[% loc('View it on the site') %]</a></p> + <p class="center"><input type="button" data-theme="a" id="open_report" value="[% loc('View it on the site') %]"></p> <% } %> |