Change By: Tolis Emmanouilidis (08/Mar/13 11:04 AM)
Workaround Description: There are 2 workarounds:

Inside the otp.js:  
1. Add
 $('#qrcode-div').html("");  needs to be added  before the $('#qrcode-div').qrcode(data.uri); line  
OR
2. Modify the $('#qrcode-div').qrcode(data.uri); line to $('#qrcode-div').empty().qrcode(data.uri);

Both proposals have been tested and seems to work.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira