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

Portal enhancements #100

Merged
merged 4 commits into from Aug 6, 2015
Merged

Portal enhancements #100

merged 4 commits into from Aug 6, 2015

Conversation

da2x
Copy link
Contributor

@da2x da2x commented Aug 6, 2015

No description provided.

} else {
var title = $('<h2/>').text(plugin).appendTo(container);
var small = $('<small/>').appendTo(title);
$('<span/>').html('&nbsp;v'+data[plugin]['version']).appendTo(small)
$('<span/>').html('&nbsp;|&nbsp;by '+data[plugin]['author']).appendTo(small)
if (['website'] in data[plugin])
Copy link
Member

Choose a reason for hiding this comment

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

add {} around this if-else

Kwpolska added a commit that referenced this pull request Aug 6, 2015
@Kwpolska Kwpolska merged commit 740e909 into master Aug 6, 2015
@Kwpolska Kwpolska deleted the portal-enhancements branch August 6, 2015 18:26
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.

None yet

2 participants