mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 04:31:05 -05:00
Fixes #19
This commit is contained in:
@@ -7,8 +7,10 @@ tweets.txt
|
|||||||
/bootstrap/docs/assets/css/bootstrap.css
|
/bootstrap/docs/assets/css/bootstrap.css
|
||||||
/bootstrap/docs/assets/img/glyphicons-halflings.png
|
/bootstrap/docs/assets/img/glyphicons-halflings.png
|
||||||
/style.css
|
/style.css
|
||||||
/jquery-1.7.2.min.js
|
/jquery-1.8.0.min.js
|
||||||
NETWORK:
|
NETWORK:
|
||||||
/f/*
|
/f/
|
||||||
|
grep.php
|
||||||
|
/create.cgi
|
||||||
FALLBACK:
|
FALLBACK:
|
||||||
index.html
|
index.html
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<p class="help-inline">Type a search query like <a href="?foo">foo</a></p>
|
<p class="help-inline">Type a search query like <a href="?foo">foo</a></p>
|
||||||
|
|
||||||
<script src="/jquery-1.7.2.min.js"></script>
|
<script src="/jquery-1.8.0.min.js"></script>
|
||||||
<script async src="/main.js"></script>
|
<script async src="/main.js"></script>
|
||||||
|
|
||||||
<footer><span id="source"></span></footer>
|
<footer><span id="source"></span></footer>
|
||||||
|
|||||||
2
jquery-1.8.0.min.js
vendored
Normal file
2
jquery-1.8.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user