diff --git a/src/features.coffee b/src/features.coffee index 4c8a46b3d..afa37b8e1 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -230,7 +230,7 @@ Settings = curr = g.VERSION.match(/\d+/g).map Number return unless prev[0] <= curr[0] and prev[1] <= curr[1] and prev[2] <= curr[2] - changelog = "<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md##{g.VERSION.replace(/\./g, '')}" + changelog = '<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md' el = $.el 'span', innerHTML: "<%= meta.name %> has been updated to version #{g.VERSION}." new Notification 'info', el, 30 @@ -264,7 +264,7 @@ Settings =
<%= meta.name %> | - #{g.VERSION} | + #{g.VERSION} | Issues | ×