Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Kill whole panel - phase two - closes #17
Browse files Browse the repository at this point in the history
Merge branch 'kill-whole-panel' into deprecation
- Update version to second beta
- Tool deprecation - change warning to error - #14
  • Loading branch information
jakubboucek committed Jun 30, 2018
2 parents fd197a7 + 5b503fb commit 056e04c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fucking-eu-cookies",
"version": "0.2.0-beta",
"version": "0.2.0-beta2",
"author": {
"name": "Jakub Bouček",
"email": "pan@jakubboucek.cz",
Expand Down
2 changes: 1 addition & 1 deletion source/cookies.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

function deprecationAlert() {
if (console) {
console.warn('DEPRECATION: Fucking EU cookie lišta bude k 1. 9. 2018 ukončena, viz https://github.com/jakubboucek/fucking-eu-cookies/issues/14');
console.error('DEPRECATION: Fucking EU cookie lišta bude k 1. 9. 2018 ukončena, viz https://github.com/jakubboucek/fucking-eu-cookies/issues/14');
}
}

Expand Down

0 comments on commit 056e04c

Please sign in to comment.