Bugzilla – Attachment #149143: Bug 32412: Empty coce container before appending image for
bug #32412
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 32412
Collapse All
|
Expand All
(-)
a/koha-tmpl/opac-tmpl/bootstrap/js/coce.js (-2 / +1 lines)
Lines 40-46 KOHA.coce = {
Link Here
40
}
40
}
41
};
41
};
42
$(this).attr('href', url);
42
$(this).attr('href', url);
43
$(this).append(img);
43
$(this).empty().append(img);
44
});
44
});
45
}
45
}
46
},
46
},
47
-
Return to
bug 32412