Private GIT

Skip to content
Snippets Groups Projects
Commit 30c4e0ed authored by Alexis Tyler's avatar Alexis Tyler
Browse files

hide size column

parent a9d295d3
Branches
Tags 2.8.4
No related merge requests found
......@@ -387,6 +387,9 @@ $(document).ready(function(){
% endif
});
// Hides size column for now until we can fix it
$('[data-show-size]').hide();
$('[data-column="6"]').hide();
});
</script>
</%block>
......@@ -778,7 +781,7 @@ $(document).ready(function(){
## <% show_size = sickbeard.helpers.get_size(curShow._location) %>
## <td align="center" data-show-size="${show_size}">${sickbeard.helpers.pretty_filesize(show_size)}</td>
<td align="center" data-show-size="0">Disabled!</td>
<td align="center" data-show-size="0"></td>
<td align="center">
<% paused = int(curShow.paused) == 0 and curShow.status == 'Continuing' %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment