RIsk of permanent rain :)
This commit is contained in:
parent
de776c563c
commit
65e9dd1854
6 changed files with 8 additions and 24 deletions
|
@ -82,7 +82,7 @@ function converter(html, query) {
|
|||
|
||||
html = html.substring(0, html.indexOf("<body>")) + bodyHTML + html.substring(html.indexOf("</body>") + 7)
|
||||
|
||||
var weathers = ["rain", "none"]
|
||||
var weathers = ["rain"]
|
||||
|
||||
var weather = weathers[time.getDate() % weathers.length]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue