Skip to content
Snippets Groups Projects
Commit 76ca868f authored by llaffont's avatar llaffont
Browse files

Amélioration intégration Babélio / Babelthèque

parent 8e1db3d4
Branches
Tags
No related merge requests found
......@@ -56,6 +56,9 @@ var insertBabelthequeISBNTag = function() {
var blocNoticeAfterLoad = function (info, isbn, target) {
if ("" == isbn)
return;
var callback = $(window).attr(info + 'NoticeAfterLoad');
if (undefined == callback)
return;
......@@ -66,7 +69,7 @@ var blocNoticeAfterLoad = function (info, isbn, target) {
var tagsNoticeAfterLoad = function(target) {
target.babelthequeTag('etiquettes');
target.prepend('<div id="BW_etiquettes"></div>');
}
......@@ -87,5 +90,5 @@ var resumeNoticeAfterLoad = function(target) {
var babelthequeNoticeAfterLoad = function(target) {
target.empty().babelthequeTag('suggestions');
// target.empty().babelthequeTag('suggestions');
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment