http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642
--- Comment #91 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
