Got live radio working

This commit is contained in:
Fergal Moran
2013-06-19 14:29:50 +01:00
parent c42bdd3b86
commit c6997ec845
24 changed files with 812 additions and 79 deletions

View File

@@ -1,8 +1,8 @@
// Generated by CoffeeScript 1.3.3
// Generated by CoffeeScript 1.6.2
(function() {
define(['jquery', 'bootstrap', 'toastr'], function($, bootstrap, toastr) {
var _this = this;
return {
modal: function(url) {
if (url) {
@@ -24,6 +24,7 @@
},
checkPlayCount: function() {
var _this = this;
if (document.cookie.indexOf("sessionId")) {
$.getJSON("/ajax/session_play_count", function(data) {
console.log("utils: got playcount");