mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Moved some settings to a separate accordion to gather stuff mroe
This commit is contained in:
@@ -611,6 +611,13 @@ function loadChromecastVideo() {
|
||||
});
|
||||
}
|
||||
|
||||
function showOnSmallNotMobile() {
|
||||
var elements = document.querySelectorAll(".hide-on-mobile-only");
|
||||
for(var i = 0; i < elements.length; i++) {
|
||||
Helper.removeClass(elements[i], "hide-on-small-only");
|
||||
}
|
||||
}
|
||||
|
||||
function enable_intelligent_list() {
|
||||
if(Crypt.get_intelligent_list_enabled()) {
|
||||
intelligentList = true;
|
||||
|
||||
Reference in New Issue
Block a user