We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156f6d7 commit 0ecc145Copy full SHA for 0ecc145
sfsmallscreen.js
@@ -94,7 +94,7 @@
94
// Crystal clear.
95
subIndicator = 1 < level ? Array(level).join('-') + ' ' : '';
96
// Preparing the <option> element.
97
- items += '<option value="' + path + '"' + classes + disable + '>' + subIndicator + $.trim(item.text()) +'</option>',
+ items += '<option value="' + path + '"' + classes + disable + '>' + subIndicator + item.text().trim() +'</option>',
98
childUL = list.find('> ul');
99
// Using the function for the sub-menu of this item.
100
for (var u = 0; u < childUL.length; u++){
0 commit comments