summaryrefslogtreecommitdiff
path: root/js/offline.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/offline.js')
-rw-r--r--js/offline.js21
1 files changed, 2 insertions, 19 deletions
diff --git a/js/offline.js b/js/offline.js
index 749b3ff..a7c8dcf 100644
--- a/js/offline.js
+++ b/js/offline.js
@@ -126,25 +126,8 @@ function populate_list() {
var cell = $(cell);
if (cover) {
- cell.find("img").attr("src", cover).qtip({
- position: {
- target: 'mouse',
- adjust: {
- mouse: false
- }
- },
- style: {
- classes: 'qtip-light qtip-custom'
- },
- show: {
- delay: 1000
- },
- hide: 'unfocus mouseleave',
- content: {
- text: info.comment ? info.comment : "No description available",
- title: info.title
- }
- });
+
+ cell.find("img").attr("src", cover);
cell.find(".series_link")
.attr("title", info.series_name + " [" + info.series_index + "]")