Skip to content

Commit

Permalink
Remove image related text from meta description.
Browse files Browse the repository at this point in the history
Closes #4408
  • Loading branch information
jaswilli committed Nov 7, 2014
1 parent 3b059d5 commit 6c579f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/controllers/post-settings-menu.js
Expand Up @@ -146,7 +146,7 @@ var PostSettingsMenuController = Ember.ObjectController.extend({
// Get rendered markdown
if (el !== undefined && el.length > 0) {
html = el.clone();
html.find('.image-uploader').remove();
html.find('.js-drop-zone').remove();
html = html[0].innerHTML;
}

Expand Down

0 comments on commit 6c579f6

Please sign in to comment.