Sha256: 681a5a2e11d370f8202324edd1d831dccb2acbd9a372c0550c5019dad3100926

Contents?: true

Size: 183 Bytes

Versions: 39

Compression:

Stored size: 183 Bytes

Contents

//= require thredded/core/thredded

window.Thredded.escapeHtml = function(text) {
  const node = document.createElement('div');
  node.textContent = text;
  return node.innerHTML;
};

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
thredded-1.1.0 app/assets/javascripts/thredded/core/escape_html.es6
thredded-1.0.1 app/assets/javascripts/thredded/core/escape_html.es6
thredded-1.0.0 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.16 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.15 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.14 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.13 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.12 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.11 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.10 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.9 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.8 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.7 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.6 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.5 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.4 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.3 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.1 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.16.0 app/assets/javascripts/thredded/core/escape_html.es6
thredded-0.15.5 app/assets/javascripts/thredded/core/escape_html.es6