Closed GoogleCodeExporter closed 9 years ago
Error reported by Firefox:
Error: $("<div id='permalinkenable'
class='pwi_nextpage'/>").text(settings.labels.showPermaLink).bind is not a
function
Source File: file:///E:/Picasa/pwi/trunk/jquery.pwi/js/jquery.pwi.js
Line: 433
Original comment by borkh...@gmail.com
on 23 Oct 2011 at 3:40
Fixed in SVN version 205, will be included in next release.
Current fix for this issue:
In jquery.pwi.js, replace line 17:
opts = $.extend({}, $.fn.pwi.defaults, opts);
with:
opts = $.extend(true,{}, $.fn.pwi.defaults, opts);
New minified version attached.
Original comment by borkh...@gmail.com
on 4 Nov 2011 at 10:48
Attachments:
Fix confirmed for me. Thanks
Original comment by marc.sau...@9online.fr
on 4 Nov 2011 at 11:00
Original issue reported on code.google.com by
marc.sau...@9online.fr
on 30 Sep 2011 at 7:18Attachments: