-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menus plugin breaks the Settings on Craft 2.5.2715 #12
Comments
Same for me. JS error in the console: Uncaught SyntaxError: Invalid regular expression: /(^|.)Garnish670893443(.|$)/: Stack Overflow |
This is due to some css in the settings.html file
It seems unnecessary so I just commented it out. |
If its a piece of required css for some reason in the plugin, we should find a way to be more precise than just .buttons. I'll investigate a bit more if I have time. Thanks |
Saw no reason for it, besides, perhaps legacy.
|
Would be nice to see the necessary patch issued as a pull request, merged and then tagged and released. |
Hey guys, sorry for the radio silence on this. We're been hard at work on other projects but im working on some updates to this as we speak. This issue was because we were trying to hide the default "Save" button on the settings page since there are not settings to save there... but it stopped working in 2.5 anyways. Should be able to post an update this week and sorry again for not being responsive sooner. |
Nothing has happened, so I opened a PR against this plugin here: #15 |
I'm testing the 2.5 beta and noticed that the plugin is break the settings dialog boxes by making the buttons invisible to the user. If I disable the plugin, everything goes back to normal.
The text was updated successfully, but these errors were encountered: