Skip to content

Delete button on feedback page not working #10

@dbuese

Description

@dbuese

Hi,

while viewing your course at Lynda.com, everything worked fine. Deleting feedback entries too.
During the process of restarting npm via console a message appeared that a new version is available. I then executed:
npm install -g npm
it installed:
npm -v
5.6.0

After upgrading npm, i noticed that deleting the feedback entries stopped working. As i am not aware of any other updates that mighthave occured on my system, i assume it is strongly related to the npm update.

I was able to fix this by changing app/public/js/feedback.js:
< if (e.target.className == 'glyphicon glyphicon-remove') {

 if (e.target.className == 'feedback-delete btn btn-xs btn-danger') {

< output += '

';

output += '       <div class="media-left"><button id="' + key + '" class="feedback-delete btn btn-xs btn-danger"><span class="glyphicon glyphicon-remove"></span></button></div>';

I currently have Mac OS High Sierra with Firefox 57.0.3 installed.

Kind regards,
Daniel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions