Skip to content

Commit

Permalink
Little updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanix Darker committed Mar 7, 2019
1 parent e6848b0 commit 87519bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ headers['Access-Control-Allow-Headers'] = 'Origin, X-Requested-With, Content-Typ
</html>
```

### Another sources
### Another ressources

-[Decrease-opacity-feature](https://github.com/kleampa/not-paid)

Expand Down
4 changes: 2 additions & 2 deletions js/tictac.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
/* A Code from https://github.com/kleampa/not-paid/
/* By kleampa
/* change these variables as you wish */
var due_date = date;
var days_deadline = 10;
var due_date = new Date(date);
var days_deadline = 5;
/* stop changing here */
var current_date = new Date();
var utc1 = Date.UTC(due_date.getFullYear(), due_date.getMonth(), due_date.getDate());
Expand Down
2 changes: 1 addition & 1 deletion js/tictac.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87519bd

Please sign in to comment.