Skip to content

Commit

Permalink
temporarily disable statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
poundifdef committed Dec 11, 2023
1 parent 5999a42 commit 7825a08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
app = Flask(__name__)

def _record(website, status, recipe=''):
return

if not website:
return

Expand Down
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a
href="javascript:void(window.open('https://plainoldrecipe.com/recipe?url='+location.href.replace(/%5C/$/,%20'')));">Bookmarklet</a>
|
<a href="/statistics">Statistics</a> |
<!-- <a href="/statistics">Statistics</a> | -->
<a href="https://github.com/poundifdef/plainoldrecipe">GitHub</a>
</nav>

Expand Down

0 comments on commit 7825a08

Please sign in to comment.