mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-22 04:51:05 -05:00
tweaks
This commit is contained in:
@@ -42,16 +42,13 @@ cat <<END
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Greptweet is running a long operation to fetch upto 3200 tweets from $id</h1>
|
<h1>Greptweet is running a operation to fetch upto 3200 tweets from $id</h1>
|
||||||
|
|
||||||
<p>Please be patient. If you close this page prematurely you can limit the tweets <a href="https://github.com/kaihendry/Greptweet/blob/master/fetch-tweets.sh">fetch-tweets.sh</a> gets and trigger a locking bug.</p>
|
<p>Please be patient. Closing this page prematurely you can limit the tweets <a href="https://github.com/kaihendry/Greptweet/blob/master/fetch-tweets.sh">fetch-tweets.sh</a> gets and trigger a locking bug.</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hash figlet 2>/dev/null && figlet $id
|
hash figlet 2>/dev/null && figlet $id
|
||||||
|
|
||||||
if test -d u/$id
|
if test -d u/$id
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>GrepTweet</title>
|
<title>GrepTweet</title>
|
||||||
<script src="humane.min.js" async></script>
|
|
||||||
<link id='theme' rel='stylesheet' href='themes/bigbox.css'/>
|
<link id='theme' rel='stylesheet' href='themes/bigbox.css'/>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
|
<script src="humane.min.js" async></script>
|
||||||
<script>
|
<script>
|
||||||
function submitPressed() {
|
function submitPressed() {
|
||||||
if (document.forms.f.checkValidity()) {
|
if (document.forms.f.checkValidity()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user