mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-03-11 01:30:33 +00:00
Updated what to cache, and updated offline-page
This commit is contained in:
@@ -2,7 +2,7 @@ var Mobile_remote = {
|
||||
id: "",
|
||||
|
||||
get_input: function(value) {
|
||||
if(Mobile_remote.id == "") {
|
||||
if(Mobile_remote.id === "") {
|
||||
Mobile_remote.set_id(value.toLowerCase());
|
||||
} else {
|
||||
Mobile_remote.set_channel(value.toLowerCase());
|
||||
@@ -56,4 +56,4 @@ var Mobile_remote = {
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user