diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-25 17:37:06 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-25 17:37:06 -0500 |
| commit | 786853268402e42ce7f6767f05b40fd2928a00b4 (patch) | |
| tree | bdf05f8076addfe44877309e2d121ef4551171e1 /www/js | |
| parent | b2342a1bf4b89962b3d2de0c87c680dbf07f5ce9 (diff) | |
added platform info
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/LogCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js index f8809661..d2a9451d 100644 --- a/www/js/LogCtrl.js +++ b/www/js/LogCtrl.js @@ -92,8 +92,8 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo .then(function(res) { if (res) - { - logstring = "Logs for version:" + $scope.zmAppVersion + "\n" + logstring; + { + logstring = "Logs for version:" + $scope.zmAppVersion + " ("+$rootScope.platformOS+")\n" + logstring; sendEmailReally(logstring); } |
