aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorTony Moutaux <[email protected]>2018-04-15 07:35:35 +0200
committerGitHub <[email protected]>2018-04-15 07:35:35 +0200
commit67cbaf66d2895a924faac9544750da8deb8839f3 (patch)
tree0490281edcc0f58aa0c416c82f8d766ba1821af3 /views
parent7aee4265c0d4c02321d93e0736433dbaf158a848 (diff)
downloadbazarr-67cbaf66d2895a924faac9544750da8deb8839f3.tar.gz
bazarr-67cbaf66d2895a924faac9544750da8deb8839f3.zip
Update episode.tpl
Remove annoying "Loading..." when not needed on episodes page
Diffstat (limited to 'views')
-rw-r--r--views/episodes.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/episodes.tpl b/views/episodes.tpl
index 410fcf196..c0e9d3364 100644
--- a/views/episodes.tpl
+++ b/views/episodes.tpl
@@ -317,7 +317,7 @@
});
})
- $('a, i').click(function(){
+ $('a, i:not(.dropdown)').click(function(){
$('#loader').addClass('active');
})
@@ -347,4 +347,4 @@
$('.small.modal').modal('show');
})
-</script> \ No newline at end of file
+</script>