Closed (fixed)
Project:
Kudos
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2008 at 12:53 UTC
Updated:
17 Apr 2008 at 12:39 UTC
I'm using the actual version of Kudos 1.1 - a great module. But I have some problem, I hope you can help me:
When clicking on the Kudo-Button, no succes message is shown. I set the time to 10 seconds and am using image-mode. Kudos are given correctly and shown in status after refreshing, but no message isn't shown instantly on clicking on the button.
I'm not big into JavaScript, but I tested v_success_message with alert(v_success_message); in jquery.kudos.js. The result was an ouput of undefined.
The same problem is given, when using form icon or button mode.
Comments
Comment #1
socki commentedHey,
Sorry about that. Seems that maybe there is a cross browser issue. The way to fix it is to change line #62 of the jquery.kudos.js from:
to:
Basically, the html() => text()
I'll be pushing an updated version soon with this change included.
Comment #2
derhasi commentedThanks, now it works fine.
Comment #3
socki commented