This commit is contained in:
systemcrash
2024-01-31 01:56:58 +00:00
parent 4d35198454
commit be45a7f7cf
64 changed files with 65 additions and 65 deletions

View File

@@ -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>