Skip to content
Snippets Groups Projects
Commit 01f5da4e authored by lowercasedonkey's avatar lowercasedonkey
Browse files

revert unintended change

parent 29e41d9c
No related branches found
No related tags found
1 merge request!7355FCTV to DOM
...@@ -26,7 +26,7 @@ App.Update.FCTV = function() { ...@@ -26,7 +26,7 @@ App.Update.FCTV = function() {
V.FCTV.pcViewership.count = convert(V.FCTVcount, V.FCTV.pcViewership.count) || 0; V.FCTV.pcViewership.count = convert(V.FCTVcount, V.FCTV.pcViewership.count) || 0;
V.FCTV.pcViewership.frequency = convert(V.FCTVrate, V.FCTV.pcViewership.frequency) || 4; V.FCTV.pcViewership.frequency = convert(V.FCTVrate, V.FCTV.pcViewership.frequency) || 4;
V.FCTV.remote = convert(V.FctvRemote, V.FCTV.remote) || 0; V.FCTV.remote = convert(V.FCTVremote, V.FCTV.remote) || 0;
if (V.FCTVreceiver && !V.FCTV.weekEnabled) { if (V.FCTVreceiver && !V.FCTV.weekEnabled) {
V.FCTV.weekEnabled = V.receiverAvailable > 1 ? V.receiverAvailable : 0; V.FCTV.weekEnabled = V.receiverAvailable > 1 ? V.receiverAvailable : 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment