https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17209
--- Comment #3 from Jonathan Druart <[email protected]> --- Comment on attachment 54974 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54974 [SIGNED-OFF] Bug 17209: Remove use of onclick from masthead Review of attachment 54974: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17209&attachment=54974) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ +237,4 @@ > } > }); > > + $(".persona").on("click",function(){ Why don't you use the existing id node (logout) to catch it instead of adding a new class? -- 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/
