]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Minor tweak to layout of EPG entry info to make it easier to see useful stuff.
authorAdam Sutton <dev@adamsutton.me.uk>
Tue, 12 Jun 2012 16:14:29 +0000 (17:14 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 30 Jul 2012 14:47:54 +0000 (15:47 +0100)
src/webui/static/app/epg.js

index 6182d01daa0f7eff72cc7eb7e0e5093513159b88..3cf34f4d00f4588cbbbe3d07d16888b634b7bc4d 100644 (file)
@@ -51,8 +51,8 @@ tvheadend.epgDetails = function(event) {
             event.channelid + "')\">Play</a>" + "</div>";
     }
 
-    content += '<div id="altbcast"></div>';
     content += '<div id="related"></div>';
+    content += '<div id="altbcast"></div>';
 
     var confcombo = new Ext.form.ComboBox({
         store: tvheadend.configNames,