Codeinwp / Nivo-Slider-jQuery

Nivo Slider - The Most Awesome jQuery Image Slider
http://docs.themeisle.com/article/485-getting-started-with-the-nivo-slider-jquery-plugin
MIT License
1.25k stars 605 forks source link

Editor initialization fails if the editor is not on an admin page #343

Open Jayce53 opened 11 years ago

Jayce53 commented 11 years ago

The data for the Nivo drop down box on the editor toolbar (the NivoSlider object) is set up from the admin initialization hook but the Nivo mce buttons are setup from the general initialization hook.

The result is that the initialization of an editor on a page which is NOT an admin page (when the user is logged in and can edit etc) crashes and the editor is unusable.