Schamper / nodebb-plugin-cards

NodeBB plugin that extends the mentions plugin with hover cards
MIT License
9 stars 9 forks source link

Locks ACP on 0.5.1 #4

Closed Ribesg closed 10 years ago

Ribesg commented 10 years ago

Not much else to say. In dev mode, I had a JS error on the ACP and no button was responding, nothing was moving.

Clicked on the filename:line thing in Chrome's web dev stuff, but the file couldn't be found: it was /nodebb-plugin-cards/public/js/main.js. npm remove nodebb-plugin-cards fixed it.

Keep up the great work!

Thanks

Schamper commented 10 years ago

Edit: Was there any error besides that? I recently fixed an issue with this plugin related to the ACP, did you install the latest version? (npm install nodebb-plugin-cards)

Ribesg commented 10 years ago

Well I used npm update and nodebb upgrade like 2 hours ago, so I expected it to be up to date. I'll try to reinstall it.

Schamper commented 10 years ago

It should've updated then... Are you sure there weren't any errors other than that you couldn't open that file?

Ribesg commented 10 years ago

So it installed nodebb-plugin-cards@0.1.2, and it seem to work. I have no idea what happened, but removing it and installing it again fixed it. I cannot reproduce the problem again...

Maybe it didn't update? I would have seen an error in this case... I don't know :-/

Schamper commented 10 years ago

Oh well, glad it's fixed ;)