mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-11 20:09:32 +00:00
Fixed error with remotecontroller on mobile
This commit is contained in:
@@ -3,9 +3,9 @@ var Mobile_remote = {
|
||||
|
||||
get_input: function(value) {
|
||||
if(Mobile_remote.id == "") {
|
||||
Mobile_remote.set_id(value);
|
||||
Mobile_remote.set_id(value.toLowerCase());
|
||||
} else {
|
||||
Mobile_remote.set_channel(value);
|
||||
Mobile_remote.set_channel(value.toLowerCase());
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user