fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Extracted "how to help" section from voluntary_services.html into help_us.html and...
[wolnelektury.git]
/
wolnelektury
/
media
/
js
/
catalogue.js
diff --git
a/wolnelektury/media/js/catalogue.js
b/wolnelektury/media/js/catalogue.js
index
857849d
..
87aee5d
100644
(file)
--- a/
wolnelektury/media/js/catalogue.js
+++ b/
wolnelektury/media/js/catalogue.js
@@
-193,6
+193,14
@@
});
}
});
+
+ $('a.remove-from-shelf').click(function(event) {
+ event.preventDefault();
+ link = $(this);
+ $.post(link.attr('href'), function(data, textStatus) {
+ link.parent().remove();
+ });
+ });
});
})(jQuery)
\ No newline at end of file