Closed oeekker closed 7 years ago
Thank you!! Sent new version for review and publish.
I was trying and something changed at TB and the error being throw at console when using the extension, that preventing me from trying a release, is not there anymore (I think is related with a 'web search' option that appeared before in the list of suggestions).
STEEL is removed in TB57, causing Application to be undefined It should be replaced with AppConstants, which was introduced in TB45, but since your add-on is backwards compatible with TB31, I made the statements both ways. Application.console.log can simply be replaced with console.log The search-icon was removed from toolkit mdnUtils.js starts with a lower case letter, so I changed that also, otherwise it wouldn't be loaded.