MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/reserva.events/menu/src/js/modules/
File Upload :
Current < : /hermes/bosweb/b1705/reserva.events/menu/src/js/modules/docs.js

import 'code-prettify/src/run_prettify'

const Docs = {
  init() {
    const _ = this

    // Html Markups
    $('.html-code').each(function() {
      var innerHtml = $(this).html()
      innerHtml = innerHtml
        .replace(/&/g, '&amp;')
        .replace(/</g, '&lt;')
        .replace(/>/g, '&gt;')
      $(this).html(innerHtml)
    })
  }
}

export default Docs