Bug 8873 - JavaScript error in Opac displaying tag cloud origin/new/bug_8873
authorMarc Veron <veron@veron.ch>
Thu, 4 Oct 2012 09:34:42 +0000 (11:34 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 12 Oct 2012 20:47:35 +0000 (22:47 +0200)
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 });

Patch removes one line.

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt

index ca053b8..a9f05c8 100644 (file)
@@ -27,7 +27,6 @@
                        headers: { 3: { sorter: false }},
             sortList: [[2,0]]
         });
-       });
 //]]>
 </script>
 </head>