diff options
Diffstat (limited to 'www/templates/events-popover.html')
| -rw-r--r-- | www/templates/events-popover.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events-popover.html b/www/templates/events-popover.html index f189478e..866b4516 100644 --- a/www/templates/events-popover.html +++ b/www/templates/events-popover.html @@ -3,9 +3,9 @@ <div class="list" ng-click="popover.hide()"> <a class="item" ng-href="" ng-click="popover.hide();$state.go('events-date-time-filter');">Filter by Date/Time</a> - <a class="item" ng-href="" ng-click=" popover.hide();$state.go('events-graphs');" > + <!-- <a class="item" ng-href="" ng-click=" popover.hide();$state.go('events-graphs');" > Event Graphs - </a> + </a>--> <a class="item" ng-href="" ng-click="popover.hide();doRefresh();"> Refresh </a> |
