mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 11:16:38 +04:00
deploy: 2dc1fccbd1
This commit is contained in:
@@ -5119,7 +5119,7 @@ var UIDropdown = UIElement.extend(/** @lends LuCI.ui.Dropdown.prototype */ {
|
||||
markup = null;
|
||||
|
||||
if (tpl)
|
||||
markup = (tpl.textContent || tpl.innerHTML || tpl.firstChild.data).replace(/^<!--|-->$/, '').trim();
|
||||
markup = (tpl.textContent || tpl.innerHTML || tpl.firstChild.data).replace(/^<!--|--!?>$/, '').trim();
|
||||
else
|
||||
markup = '<li data-value="{{value}}"><span data-label-placeholder="true" /></li>';
|
||||
|
||||
@@ -8485,7 +8485,7 @@ return UI;
|
||||
|
||||
|
||||
<footer>
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Jan 30 2024 15:06:35 GMT+0000 (Coordinated Universal Time)
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 31 2024 01:56:55 GMT+0000 (Coordinated Universal Time)
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user