View | Details | Raw Unified | Return to bug 24957
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js (-1 / +2 lines)
Lines 178-183 function default_decorate_el_fn(el, bookdata) { Link Here
178
    }
178
    }
179
    if (decoration) {
179
    if (decoration) {
180
        el.innerHTML += decoration;
180
        el.innerHTML += decoration;
181
    } else {
182
        el.style.visibility = 'hidden';
181
    }
183
    }
182
}
184
}
183
185
184
- 

Return to bug 24957