responsive layout design changes

This commit is contained in:
Trevor Squillario 2014-11-23 16:13:38 -05:00
parent acf49e112e
commit a0e8775b12
8 changed files with 76 additions and 63 deletions

View file

@ -1,4 +1,4 @@
angular.module('JamStash')
angular.module('JamStash')
.service('player', ['$rootScope', '$window', 'utils', 'globals', 'model', 'notifications',
function ($rootScope, $window, utils, globals, model, notifications) {
@ -212,21 +212,6 @@
$rootScope.loadjPlayer(player1, url, suffix, loadonly, position);
}
if (!loadonly) {
// Sway.fm UnityShim
var playerState = {
playing: true,
title: title,
artist: artist,
favorite: false,
albumArt: coverartfull
};
if ($rootScope.unity) {
$rootScope.unity.sendState(playerState);
}
// End UnityShim
}
var spechtml = '';
var data = $(player1).data().jPlayer;
for (var i = 0; i < data.solutions.length; i++) {