diff --git a/CHANGES.md b/CHANGES.md index d2e32672..6ee56e23 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,6 +34,7 @@ * Change airdateModifyStamp to handle hour that is "00:00" * Fix a handler when ShowData is not available in tvdb and tvrage APIs * Fix a handler when EpisodeData is not available in tvdb and tvrage APIs +* Fix qtips on Display Show and Config Post Processing [develop changelog] * Fix typo for commit "ShowData handler" i.e. SHA-1:3eec217 diff --git a/gui/slick/interfaces/default/config_postProcessing.tmpl b/gui/slick/interfaces/default/config_postProcessing.tmpl index 56ce2bca..a20ed3c1 100644 --- a/gui/slick/interfaces/default/config_postProcessing.tmpl +++ b/gui/slick/interfaces/default/config_postProcessing.tmpl @@ -300,7 +300,7 @@ @@ -520,7 +520,7 @@ @@ -718,7 +718,7 @@ @@ -921,7 +921,7 @@ diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index b4d87707..022966e4 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -82,7 +82,7 @@
-

$show.name

+

$show.name

diff --git a/gui/slick/js/sceneExceptionsTooltip.js b/gui/slick/js/sceneExceptionsTooltip.js index 20c04e88..46e525a3 100644 --- a/gui/slick/js/sceneExceptionsTooltip.js +++ b/gui/slick/js/sceneExceptionsTooltip.js @@ -1,6 +1,5 @@ $(function () { - $('.title a').each(function () { - match = $(this).parent().attr("id").match(/^scene_exception_(\d+)$/); + $('.title span').each(function () { $(this).qtip({ content: { text: 'Loading...', @@ -20,11 +19,11 @@ $(function () { }, position: { viewport: $(window), - my: 'bottom center', - at: 'top center', + my: 'left middle', + at: 'right middle', adjust: { - y: 10, - x: 0 + y: 0, + x: 10 } }, style: {