diff --git a/CHANGES.md b/CHANGES.md index 0b21eced..be558210 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -126,6 +126,10 @@ * Remove Pushalot notifier * Remove XBMC notifier * Change a link to include webroot for "plot overview for this ended show" +* Change Bulk Changes and Notifications save to be web_root setting aware +* Change subtitle addons no longer need to be saved before Search Subtitles is enabled as a + forbidden action to reuse an exited FindSubtitles thread is no longer attempted +* Fix tools menu not opening for some browsers [develop changelog] diff --git a/gui/slick/interfaces/default/config_notifications.tmpl b/gui/slick/interfaces/default/config_notifications.tmpl index 5d894b1e..ed41191c 100644 --- a/gui/slick/interfaces/default/config_notifications.tmpl +++ b/gui/slick/interfaces/default/config_notifications.tmpl @@ -35,7 +35,7 @@
-
+
  • Home Theater / NAS
  • diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index a3af1244..98541b1c 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -321,7 +321,7 @@ #echo ('', '

    ')[any($ep_tally)] #if $show_ended #if $varExists('force_update') - A force full update may return a plot overview for this ended show + A force full update may return a plot overview for this ended show #else Restart SickGear to get a new link here for this ended show #end if diff --git a/gui/slick/interfaces/default/history.tmpl b/gui/slick/interfaces/default/history.tmpl index aa288c15..aeaffa57 100644 --- a/gui/slick/interfaces/default/history.tmpl +++ b/gui/slick/interfaces/default/history.tmpl @@ -58,8 +58,7 @@ }); \$('#limit').change(function(){ - url = '$sbRoot/history/?limit=' + \$(this).val() - window.location.href = url + window.location.href = '$sbRoot/history/?limit=' + \$(this).val() }); #set $fuzzydate = 'airdate' diff --git a/gui/slick/interfaces/default/inc_top.tmpl b/gui/slick/interfaces/default/inc_top.tmpl index a7489561..603c39cf 100644 --- a/gui/slick/interfaces/default/inc_top.tmpl +++ b/gui/slick/interfaces/default/inc_top.tmpl @@ -196,7 +196,7 @@
-