Bugzilla – Attachment #103518: Bug 24957: OpenLibrarySearch shouldnt display if nothing is returned for
bug #24957
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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