fix reloads and style
This commit is contained in:
parent
11ac4ceef8
commit
e0febe4a8b
|
@ -58,7 +58,7 @@ $purifier = new HTMLPurifier($purifier_config);
|
||||||
|
|
||||||
|
|
||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
// reloadWithTurbolinks();
|
reloadWithTurbolinks();
|
||||||
}, 15000);
|
}, 15000);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,9 @@ div.min-height {
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background-color: #D9E2E9;
|
background-color: #D9E2E9;
|
||||||
|
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#openRandomButton {
|
#openRandomButton {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user