dbuese

Results 2 comments of dbuese

replace > if (e.target.className == 'glyphicon glyphicon-remove') { with > if (e.target.className == 'feedback-delete btn btn-xs btn-danger') { and replace > output += ' '; with > output += '...

Please note that the delete feedback entry button works in Safari (Version 11.0.1 (11604.3.5.1.1)) without the mentioned changes.