Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer authored Sep 19, 2016
1 parent 4d63e9f commit d7d02c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bilibili_injected.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@
command: 'getCommentFilter'
}, function(response){
try {
//filters = JSON.parse(response);
console.log(response);
filters = JSON.parse(response);
//console.log(response);
} catch(e) {
filters = [];
console.warn("Invalid filter record: "+response+"\n"+e);
Expand Down

0 comments on commit d7d02c6

Please sign in to comment.