From 4b43589cbbf3b84d0de1b2646f577cb59f777c8c Mon Sep 17 00:00:00 2001 From: Moe Alam Date: Sat, 5 Dec 2020 18:53:38 -0800 Subject: [PATCH] Update dash2.onvifDeviceManager.js --- web/libs/js/dash2.onvifDeviceManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/libs/js/dash2.onvifDeviceManager.js b/web/libs/js/dash2.onvifDeviceManager.js index ce5578ee..271c6ef4 100644 --- a/web/libs/js/dash2.onvifDeviceManager.js +++ b/web/libs/js/dash2.onvifDeviceManager.js @@ -175,7 +175,7 @@ $(document).ready(function(){ $.get($.ccio.init('location',$user)+$user.auth_token+'/onvifDeviceManager/'+$user.ke + '/' + monitorId + '/reboot',function(response){ new PNotify({ title: lang.rebootingCamera, - text: JSON.stringify(response), + text: lang['Please Wait...'], type: 'warning' }) })