Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
scripting committed Sep 4, 2022
1 parent f8035c8 commit 0055b4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions concord.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ var ConcordUtil = {
if (iconName == "markdown") {
faClass = "fab";
}
if (iconName == "rss") { //3/11/22 by DW
faClass = "fas";
}
return ("<i class=\"node-icon " + faClass + " fa-"+ iconName +"\"></i>");
},
getKeystroke: function (event) { //2/12/20 by DW
Expand Down
4 changes: 4 additions & 0 deletions opml/concord.opml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@
<outline text="faClass = &quot;fab&quot;;"></outline>
<outline text="}"></outline>
</outline>
<outline text="if (iconName == &quot;rss&quot;) { //3/11/22 by DW">
<outline text="faClass = &quot;fas&quot;;"></outline>
<outline text="}"></outline>
</outline>
<outline text="return (&quot;&lt;i class=\&quot;node-icon &quot; + faClass + &quot; fa-&quot;+ iconName +&quot;\&quot;&gt;&lt;/i&gt;&quot;);"></outline>
<outline isComment="true" text="return (&quot;&lt;i class=\&quot;node-icon far fa-&quot;+ iconName +&quot;\&quot;&gt;&lt;/i&gt;&quot;);"></outline>
<outline text="},"></outline>
Expand Down

0 comments on commit 0055b4c

Please sign in to comment.