mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-30 05:57:08 +00:00
fhemweb.js: scroll to attr select after click on existing (Forum #131811)
git-svn-id: https://svn.fhem.de/fhem/trunk@27114 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d19d48bbce
commit
ee2b5ff47c
@ -245,7 +245,7 @@ FW_jqueryReadyFn()
|
|||||||
$(sel).append('<option value="'+attrName+'">'+attrName+'</option>');
|
$(sel).append('<option value="'+attrName+'">'+attrName+'</option>');
|
||||||
$(sel).val(attrName);
|
$(sel).val(attrName);
|
||||||
FW_detailSelect(sel, true);
|
FW_detailSelect(sel, true);
|
||||||
$(sel).trigger("change");
|
$(sel).trigger("change").focus();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user