From c5c70d3cfc872f590abb67867af476da3b70f99b Mon Sep 17 00:00:00 2001 From: Calin Crisan <ccrisan@gmail.com> Date: Tue, 6 May 2014 13:56:05 +0000 Subject: [PATCH] main.js edited online with Bitbucket --- static/js/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/js/main.js b/static/js/main.js index fc033db..5eb2cbb 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -1,4 +1,3 @@ - var pushConfigs = {}; var refreshDisabled = {}; /* dictionary indexed by cameraId, tells if refresh is disabled for a given camera */ var fullScreenCameraId = null; @@ -1678,7 +1677,7 @@ function runMediaDialog(cameraId, mediaType) { title = 'Pictures taken by ' + data.cameraName; } else { - title = 'Movies recored by ' + data.cameraName; + title = 'Movies recorded by ' + data.cameraName; } runModalDialog({ -- 2.39.5