From 786853268402e42ce7f6767f05b40fd2928a00b4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 25 Nov 2016 17:37:06 -0500 Subject: added platform info --- www/js/LogCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/LogCtrl.js') 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); } -- cgit v1.2.3