diff --git a/system/lan/english.json b/system/lan/english.json index f84c4a4c..c1843a6c 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -877,5 +877,6 @@ "will_be_replaced_with_Company_Name": "will be replaced with Company Name", "Token_has_expired__Please_log_in_again_": "Token has expired. Please log in again.", "Minute": "Minute", - "Hour": "Hour" + "Hour": "Hour", + "Failed_to_connect_to_device": "Failed to connect to device" } \ No newline at end of file diff --git a/ui/ui/customer/footer.tpl b/ui/ui/customer/footer.tpl index 95dacf50..73f62e33 100644 --- a/ui/ui/customer/footer.tpl +++ b/ui/ui/customer/footer.tpl @@ -79,7 +79,8 @@ }, function(error) {}); } }; - var Tawk_LoadStart = new Date();Tawk_API.visitor = { + var Tawk_LoadStart = new Date(); + Tawk_API.visitor = { name : '{$_user['fullname']}', email : '{$_user['email']}', userId: '{$_user['id']}' @@ -128,70 +129,69 @@ - {literal} - - {/literal} + return null; + } + +{/literal} + + - - - \ No newline at end of file + \ No newline at end of file