feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Bug special characters '

Open ghost opened this issue 13 years ago • 1 comments

Hello !

I use Rails 3.1 and when I call method feedback_tab from helper, " ' " quote is replaced by html code '. I've temporarily fixed it by writing by myself :

                 <script type="text/javascript">$(document).ready(function() {                   $('.feedback_link').feedback({tabPosition: 'top'}); });</script>

Otherwise, great job

ghost avatar Nov 29 '12 14:11 ghost

Nice catch! Thank you for reporting this issue.

dmfrancisco avatar Dec 03 '12 01:12 dmfrancisco