hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Chrome extension for Vanilla notifications
The only thing I know is how to search the source code. (View Post)1 -
Re: The road to the next major release (2.2)
Damn kids and their emoji. Back in my day you had to turn your head sideways to understand pictures! (View Post)7 -
Re: clear notifications notifications/inbox onclick
Just use: $(document).on('click', '.js-clear-notifications', function() { $(this).remove();}); If the children are needed, then use a .find() with a selector. (View Post)1 -
Re: Show panel on gallery page?
Good to know that the panel is hidden. The Plugin controller (which extends the Dashboard controller) doesn't load any modules by default, so you will have to load them in your plugin to have an… (View Post)1 -
Re: clear notifications notifications/inbox onclick
Classes prefixed with js- generally have no style associated with them. They are added to hook into JS that will parse them. (View Post)1
