summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/EventCtrl.js')
-rw-r--r--www/js/EventCtrl.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 84764f19..3b29af15 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -58,6 +58,10 @@ $scope.openModal = function(eid,ename,edur) {
$scope.events = myevents;
});
+$scope.isSimulated = function ()
+ {
+ return ZMDataModel.isSimulated();
+ };
$scope.doRefresh = function () {