Skip to content
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

more namespaced selectboxes #200

Merged
merged 2 commits into from
Mar 5, 2012
Merged

Conversation

masche842
Copy link
Contributor

This nasty little things...

@@ -27,7 +27,7 @@ if (typeof(Alchemy) === 'undefined') {
url: Alchemy.routes.link_admin_pages_path,
success: function(data, textStatus, XMLHttpRequest) {
$dialog.html(data);
Alchemy.SelectBox('#alchemyLinkOverlay select');
Alchemy.SelectBox('#alchemyLinkOverlay select.alchemy-selectbox');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is with dash, the others with underline?

Maybe a typo?

@masche842
Copy link
Contributor Author

Yes. This nasty little typos...
My convention for css-classes are dashes, sorry mixed it up.
Corrected version will be online in no time

@masche842 masche842 closed this Mar 5, 2012
@masche842 masche842 reopened this Mar 5, 2012
@masche842
Copy link
Contributor Author

fixed

@tvdeyen
Copy link
Member

tvdeyen commented Mar 5, 2012

thanks

tvdeyen added a commit that referenced this pull request Mar 5, 2012
@tvdeyen tvdeyen merged commit 31835dd into AlchemyCMS:master Mar 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants