Private GIT

Skip to content
Snippets Groups Projects
Commit c75fc2aa authored by Kevin Richter's avatar Kevin Richter Committed by miigotu
Browse files

Fix Safari JS errors (#3966)

parent 4706c47a
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@
<div class="row">
<div class="col-md-12" style="margin: 5px 0;">
<input type="hidden" id="srRoot" value="${srRoot}" />
<div class="form-inline">
<label for="pickShow">${_('Change Show')}:</label>
<div class="pick-show-group input350">
......
......@@ -99,7 +99,6 @@
<!-- start list view //-->
<% show_div = 'listing-default' %>
<input type="hidden" id="srRoot" value="${srRoot}"/>
<div class="horizontal-scroll">
<table id="showListTable" class="sickbeardTable tablesorter seasonstyle" cellspacing="1" border="0" cellpadding="0">
<thead>
......@@ -229,7 +228,6 @@
<% dates = [today.date() + datetime.timedelta(days = i) for i in range(7)] %>
<% tbl_day = 0 %>
<div class="calendarWrapper">
<input type="hidden" id="srRoot" value="${srRoot}"/>
% for day in dates:
<% tbl_day += 1 %>
<table class="sickbeardTable tablesorter calendarTable ${'cal-%s' % (('even', 'odd')[bool(tbl_day % 2)])}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment