aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-07-22 10:31:20 +0100
committerStruan Donald <struan@exo.org.uk>2013-07-22 10:31:20 +0100
commitdb2b27eeb442241dc5f6b7e7ba122daeb8a9e78a (patch)
tree93730b492ca750f248a4ed70c2e0840618f06eb7 /src
parent123776175934ff682263ec783f86d9084e1f4540 (diff)
remove app rating request. Fixes #62
Diffstat (limited to 'src')
-rw-r--r--src/templates/en/sent.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/templates/en/sent.html b/src/templates/en/sent.html
index 3399343..46ae694 100644
--- a/src/templates/en/sent.html
+++ b/src/templates/en/sent.html
@@ -15,10 +15,4 @@
<p class="center"><a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>">View it on the site</a></p>
<% } %>
-
- <% if ( device.platform == 'iOS' && CONFIG.APP_ID ) { %>
- <p><a data-role="button" href="itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=<% print( CONFIG.APP_ID ) %>&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software">Please rate this app</a></p>
- <% } else if ( device.platform == 'Android' && CONFIG.PLAY_ID ) { %>
- <p><a id="rate_app" data-role="button" href="https://play.google.com/store/apps/details?id=<% print( CONFIG.PLAY_ID ) %>">Please rate this app</a></p>
- <% } %>
</div>