Skip to content

Commit

Permalink
Spliting into seperate javascript blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jul 25, 2014
1 parent 434bc95 commit a5105c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/frontend/templates/group.html
Expand Up @@ -125,7 +125,8 @@
ticker();
});
});
</script>
<script type="text/javascript">
/**
* Resize the player to fit the window.
Expand Down Expand Up @@ -259,7 +260,8 @@
format_change();
quality_change();
</script>
<script type="text/javascript">
function schedule_callback() {
update_schedule($('#now_title'), $('#now_desc'), '{{config.title|escapejs}}', $('#next_title'), $('#next_desc'), $('#next_time'), $('#now_time'), '{{group|escapejs}}');
fit_player();
Expand Down
2 changes: 2 additions & 0 deletions website/frontend/templates/inroom.html
Expand Up @@ -85,6 +85,8 @@ <h1>Sorry the video streaming is not avaliable inside the venue.</h1>

});
});
</script>
<script type="text/javascript">

function schedule_callback() {
get_schedule(function() {
Expand Down

0 comments on commit a5105c5

Please sign in to comment.