[Koha-bugs] [Bug 8873] New: JavaScript error in Opac displaying tag cloud

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 4 11:32:26 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8873

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8873
          Assignee: oleonard at myacpl.org
           Summary: JavaScript error in Opac displaying tag cloud
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: veron at 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.


More information about the Koha-bugs mailing list