diff --git a/js/table_sort.js b/js/table_sort.js index 8b2a8623..2608818c 100644 --- a/js/table_sort.js +++ b/js/table_sort.js @@ -516,14 +516,6 @@ var SortableTableSorts = { return 0; }, - sortMythwebTitle: function (a,b) { - // As by_no_articles in includes/sorting.php - a = a.replace(/^(An?|The)\s+/i, ""); - b = b.replace(/^(An?|The)\s+/i, ""); - - return SortableTableSorts.sortCaseInsensitive(a, b); - }, - sortMythwebPlayTime: function (a,b) { if (a == b) return 0; diff --git a/modules/tv/tmpl/default/schedules.php b/modules/tv/tmpl/default/schedules.php index 162db0f6..e041e850 100644 --- a/modules/tv/tmpl/default/schedules.php +++ b/modules/tv/tmpl/default/schedules.php @@ -71,9 +71,9 @@ function attempt_to_show_tip(element) {  \n"; ?> - + - +