diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-24 09:46:13 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-24 09:46:13 -0400 |
| commit | e7f2da043d19c1adb5d389c383dc8b1779ed0227 (patch) | |
| tree | 616d39cc187d22408d7f95f55a8bedca95edf797 /www/templates/events.html | |
| parent | cc97290133abd5a6b141f4ea526bdf0bf261076c (diff) | |
#233 -initial framework - nothing is working yet
Former-commit-id: e7af4a4bde04c6df580f749a23953d0facab34fc
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index cda5ce57..1a324d0d 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -13,6 +13,10 @@ <ion-nav-buttons side="right"> <a style="" class="button button-icon icon ion-android-more-vertical" ng-click="popover.show($event)" ;> </a> + + <!-- FIXME: temporarily disabled will enable once its all working --> + <!-- + <a style="" class="button button-icon icon ion-stats-bars" ng-click="modalGraph()" ;> </a>--> <a style="" class="button button-icon icon ion-search" ng-href="" ng-click="searchClicked();"> </a> </ion-nav-buttons> |
