Skip to content

Commit

Permalink
to the eslint-joker, this is normal indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nightpool committed Jun 1, 2021
1 parent d1837db commit 6abedbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/notificationblock.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ XKit.extensions.notificationblock = new Object({
unblock: function(post_id) {
var m_index = this.blacklisted.indexOf(post_id);
if (m_index !== -1) {
this.blacklisted.splice(m_index, 1);
this.blacklisted.splice(m_index, 1);
XKit.storage.set("notificationblock", "posts", this.blacklisted.join(","));
}

Expand Down

0 comments on commit 6abedbe

Please sign in to comment.