forked from rc/aircox
update cron script -- mode is now auto
This commit is contained in:
@ -82,7 +82,6 @@ ul {
|
||||
margin: 0.2em 1em;
|
||||
}
|
||||
|
||||
|
||||
body > .top {
|
||||
position: fixed;
|
||||
z-index: 10000000;
|
||||
@ -137,6 +136,10 @@ body > .header {
|
||||
}
|
||||
|
||||
|
||||
body section ul {
|
||||
padding: 0em;
|
||||
}
|
||||
|
||||
/** content: list & items **/
|
||||
.list {
|
||||
width: 100%;
|
||||
|
@ -249,8 +249,6 @@ function Player(id, on_air_url, show_cover) {
|
||||
|
||||
this.init_events();
|
||||
this.load();
|
||||
|
||||
this.update_on_air();
|
||||
}
|
||||
|
||||
Player.prototype = {
|
||||
|
Reference in New Issue
Block a user