http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642 --- Comment #91 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 43548 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43548 Bug 13642 [ENH] Adding new features for Dublin Core metadata Review of attachment 43548: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13642&attachment=43548) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ +1999,5 @@
+ }); + }); + + $(document).ready(function(){ + $("#input-oai").click(function(){
This @@ +2008,5 @@
+ }); + }); + + $(document).ready(function(){ + $("#input-srw").click(function(){
and this could be merged. -- You are receiving this mail because: You are watching all bug changes.