Change icon on sequences items on the sitebar
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -111,7 +111,7 @@ function loadSequences() {
|
|||||||
|
|
||||||
getSequences(function(data) {
|
getSequences(function(data) {
|
||||||
data.forEach(function(item) {
|
data.forEach(function(item) {
|
||||||
$("<li><span><i class='fa fa-chevron-right'></i> " + item + " </span></li>").appendTo("#sequences");
|
$("<li><span><i class='fa fa-circle-o'></i> " + item + " </span></li>").appendTo("#sequences");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user