diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/en/sent.html | 6 |
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> |