You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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') {
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') {
< output += '
I currently have Mac OS High Sierra with Firefox 57.0.3 installed.
Kind regards,
Daniel
The text was updated successfully, but these errors were encountered: