Color changes
This commit is contained in:
parent
8890ed1b26
commit
dc37b6a2da
@ -716,4 +716,8 @@ sup {
|
||||
left: -0.2em;
|
||||
color: #CCC;
|
||||
font-family: 'Lobster';
|
||||
}
|
||||
|
||||
.color-green {
|
||||
color:#35c435;
|
||||
}
|
@ -33,8 +33,7 @@
|
||||
window.current_version = response.data.current_version
|
||||
this.update_finished = true
|
||||
clearInterval(this.check_interval);
|
||||
setTimeout(function () { window.location.href = "/"; }, 10000)
|
||||
|
||||
setTimeout(function () { window.location.href = "/"; }, 10000)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user