mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
pgm2/fhemweb.js: allow filter for widget selection (Forum #85118)
git-svn-id: https://svn.fhem.de/fhem/trunk@16309 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f5aef5ef82
commit
0d42fc2cd6
@ -10,7 +10,7 @@ var FW_isiOS = navigator.userAgent.match(/(iPad|iPhone|iPod)/);
|
|||||||
var FW_scripts = {}, FW_links = {};
|
var FW_scripts = {}, FW_links = {};
|
||||||
var FW_docReady = false, FW_longpollType, FW_csrfToken, FW_csrfOk=true;
|
var FW_docReady = false, FW_longpollType, FW_csrfToken, FW_csrfOk=true;
|
||||||
var FW_root = "/fhem"; // root
|
var FW_root = "/fhem"; // root
|
||||||
var FW_availableJs=[];
|
var FW_availableJs={};
|
||||||
var FW_urlParams={};
|
var FW_urlParams={};
|
||||||
var embedLoadRetry = 100;
|
var embedLoadRetry = 100;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user