How to use the ep_comments_page/static/js/commentL10n.localize function in ep_comments_page

To help you get started, we’ve selected a few ep_comments_page examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ether / ep_comments / static / js / newComment.js View on Github external
var localizeNewCommentForm = function() {
  var newCommentForm = getNewCommentContainer().find('#newComment');
  if (newCommentForm.length !== 0) commentL10n.localize(newCommentForm);
};

ep_comments_page

Adds comments on sidebar and link it to the text. For no-skin use ep_page_view.

Apache-2.0
Latest version published 3 days ago

Package Health Score

72 / 100
Full package analysis

Similar packages