diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 2 | ||||
| -rw-r--r-- | www/templates/help.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index f4cb2571..b1853224 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -69,6 +69,8 @@ </div> </ion-item> + <ion-infinite-scroll ng-if="moreDataCanBeLoaded()" icon="ion-loading-c" on-infinite="loadMore()" distance="2%"> + </ion-infinite-scroll> <!--</div> --> <!--</ion-list>--> diff --git a/www/templates/help.html b/www/templates/help.html index 2661ea2c..b11506ec 100644 --- a/www/templates/help.html +++ b/www/templates/help.html @@ -48,7 +48,7 @@ <ion-item> <h2><b>How do I contact the author?</b></h2> - Send me an <a href="#" onclick="window.open('mailto:arjunrc@gmail.com', 'blank', 'location=yes'); return false;">email</a> + Send me an <a href="#" onclick="window.open('mailto:arjunrc@gmail.com', '_blank', 'location=yes'); return false;">email</a> </ion-item> </div> |
