mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-22 04:51:05 -05:00
So when we add app to homescreen, we should see just Greptweet icon and twitter username
This commit is contained in:
2
main.js
2
main.js
@@ -72,7 +72,7 @@ $(document).ready(function() {
|
|||||||
footer = '<p><a href="' + NAME + '.txt" class="btn primary"><i class="icon-download"></i> Download</a>';
|
footer = '<p><a href="' + NAME + '.txt" class="btn primary"><i class="icon-download"></i> Download</a>';
|
||||||
footer += '<a href="' + "/f/" + NAME + '" class="btn"><i class="icon-refresh"></i> Update</a></p>';
|
footer += '<a href="' + "/f/" + NAME + '" class="btn"><i class="icon-refresh"></i> Update</a></p>';
|
||||||
$("#source").html(footer);
|
$("#source").html(footer);
|
||||||
document.title = "Greptweet " + NAME;
|
document.title = NAME;
|
||||||
|
|
||||||
document.cookie = 'u=' + NAME + '; expires=Thu, 2 Aug 2021 20:47:11 UTC; path=/';
|
document.cookie = 'u=' + NAME + '; expires=Thu, 2 Aug 2021 20:47:11 UTC; path=/';
|
||||||
$("#home").click(function() {
|
$("#home").click(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user