1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

sync updates

This commit is contained in:
Luke Pulverenti 2014-12-16 00:01:57 -05:00
parent e135ce333b
commit a31cd0a3bf
2 changed files with 3 additions and 3 deletions

View file

@ -928,8 +928,8 @@ var Dashboard = {
else if (msg.MessageType === "GeneralCommand") { else if (msg.MessageType === "GeneralCommand") {
var cmd = msg.Data; var cmd = msg.Data;
// Media Controller should catch this
Dashboard.processGeneralCommand(cmd); //Dashboard.processGeneralCommand(cmd);
} }
}, },

View file

@ -42,7 +42,7 @@
var html = ''; var html = '';
html += "<div class='card homePageSquareCard' data-id='" + job.Id + "'>"; html += "<div class='card squareCard' data-id='" + job.Id + "'>";
html += '<div class="cardBox visualCardBox">'; html += '<div class="cardBox visualCardBox">';
html += '<div class="cardScalable">'; html += '<div class="cardScalable">';