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

Commit

Permalink
fix linter bug, publish 1.0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Jan 5, 2018
1 parent 4b5c3f8 commit 831335a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/chromium/other/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "Nano Adblocker",
"version": "1.0.0.24",
"version": "1.0.0.25",

"commands": {
"launch-element-zapper": {
Expand Down
4 changes: 3 additions & 1 deletion src/js/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,9 @@
// following parsing code.

// Patch 2017-12-27: Update linter line number
nano.filterLinter.lastLine++;
if ( nano.compileFlags.firstParty ) {
nano.filterLinter.lastLine++;
}

if ( line.length === 0 ) { continue; }

Expand Down

0 comments on commit 831335a

Please sign in to comment.