Martin Thøgersen

Results 5 comments of Martin Thøgersen

JavaScript applications are getting more and more popular, and plugins should support removing, when it's no longer needed. E.g. from Ember: ``` export default Ember.Component.extend({ didInsertElement() { this.$().find('a').colorbox({ ... })...

Not yet. I'm still hoping for a solution for this. Until then you can check if the authtoken is valid by making a call to your server, before initializing ember...

I have the same problem. Any updates?

@bergmania I'll get back to you early next week. Thank you for looking into it!

@bergmania It's quite strange. I attempted to set up a new project using version 13.5.1 with the same dependencies, and I was able to upgrade to version 14.3.0 without any...