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.
Created attachment 12675 [details] [review] Bug 8873 - JavaScript error in Opac displaying tag cloud 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.
Created attachment 12682 [details] [review] Bug 8873 - JavaScript error in Opac displaying tag cloud 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>
Removes the error. Signed off.
QA comment: very tiny patch. This bug exist since march 2011 git blame says (patch 77b64098) Surprising that no-one spotted it before !!! passed QA
Patch pushed to master
Pushed to 3.8.x, will be in 3.8.6