Remove rain (again)
This commit is contained in:
parent
e9e3f05208
commit
56150f1ce8
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ function converter(html, query) {
|
||||||
|
|
||||||
html = html.substring(0, html.indexOf("<body>")) + bodyHTML + html.substring(html.indexOf("</body>") + 7)
|
html = html.substring(0, html.indexOf("<body>")) + bodyHTML + html.substring(html.indexOf("</body>") + 7)
|
||||||
|
|
||||||
var weathers = ["rain", "none"]
|
var weathers = ["none"]
|
||||||
|
|
||||||
var weather = weathers[time.getDate() % weathers.length]
|
var weather = weathers[time.getDate() % weathers.length]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue