Skip to content

Commit be1c243

Browse files
committed
project list is no longer below
1 parent f086ae6 commit be1c243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/js/searchable-option-list-2.0.3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
if ($changedItem.data('messages-available')) {
10241024
label += ' <span class="important-note important-note-rounded" ';
10251025
label += 'title="Some message is important in this project.';
1026-
label += ' Find more info in the project list below.">!</span>'
1026+
label += ' Find more info in the project list.">!</span>'
10271027
}
10281028

10291029
$displayItemText = $('<span class="sol-selected-display-item-text" />').html(label);

0 commit comments

Comments
 (0)