http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8873 Priority: P5 - low Change sponsored?: --- Bug ID: 8873 Assignee: oleonard@myacpl.org Summary: JavaScript error in Opac displaying tag cloud Severity: normal Classification: Unclassified OS: All Reporter: veron@veron.ch Hardware: All Status: NEW Version: master Component: OPAC Product: Koha On master (3.09.00.060), I get a JavaScript error on line 126 in opac-tags.pl while displaying tags cloud. Reason: There are two lines with closing }); <script type="text/javascript"> //<![CDATA[ $("#mytagst").tablesorter({ dateFormat: 'uk', widgets : ['zebra'], headers: { 3: { sorter: false }}, sortList: [[2,0]] }); }); //]]> Patch follows. -- You are receiving this mail because: You are watching all bug changes.