From eae158f314212841367bf4fe641467473a004dd8 Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Mon, 16 Oct 2017 14:10:42 -0700 Subject: [PATCH] update footer message for groups all --- public/assets/js/automation.client.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/assets/js/automation.client.js b/public/assets/js/automation.client.js index d34c499af..9ff852f9b 100644 --- a/public/assets/js/automation.client.js +++ b/public/assets/js/automation.client.js @@ -35,6 +35,8 @@ function init() { }); dd += ""; $("#footer").html(dd); + } else { + $("#footer").html(automations.name + "@" + automations.version + " active for all teams"); } if (!loaded) {