mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-10 11:35:34 +00:00
Fixed error with remotecontroller on mobile
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -3,9 +3,9 @@ var Mobile_remote = {
|
|||||||
|
|
||||||
get_input: function(value) {
|
get_input: function(value) {
|
||||||
if(Mobile_remote.id == "") {
|
if(Mobile_remote.id == "") {
|
||||||
Mobile_remote.set_id(value);
|
Mobile_remote.set_id(value.toLowerCase());
|
||||||
} else {
|
} else {
|
||||||
Mobile_remote.set_channel(value);
|
Mobile_remote.set_channel(value.toLowerCase());
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user