Skip to content

Commit

Permalink
fix typo on replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Lor-Saba committed Apr 28, 2019
1 parent bdaf560 commit 3ed0de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/script/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
_cb();
};

el.src = appendCache(_rule.path);
el.href = appendCache(_rule.path);

document.head.append(el);
}
Expand Down
2 changes: 1 addition & 1 deletion src/script/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
_cb();
};

el.src = appendCache(_rule.path);
el.href = appendCache(_rule.path);

document.head.append(el);
}
Expand Down

0 comments on commit 3ed0de1

Please sign in to comment.