mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 04:31:05 -05:00
Closes #26
This commit is contained in:
2
main.js
2
main.js
@@ -11,7 +11,7 @@ function search(query, lines) {
|
||||
}
|
||||
} else {
|
||||
if (tweet[2] !== undefined && tweet[2].match(re)) {
|
||||
results += "<li><a href=\"http://twitter.com/" + NAME + "/status/" + tweet[0] + "\">" + tweet.slice(2) + "</a></li>";
|
||||
results += "<li><a href=\"http://twitter.com/" + NAME + "/status/" + tweet[0] + "\">" + tweet.slice(2) + "</a> ‐<small><time>" + tweet[1] + "</time></small></li>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user