Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unicode (0.03 sec)

  1. daterangepicker.js

    L152: if (typeof options.locale.weekLabel === 'string') L153: this.locale.weekLabel = options.locale.weekLabel; L154: L155: if (typeof options.locale.customRangeLabel === 'string'){ L156: //Support unicode chars in the custom range name. L157: var elem = document.createElement('textarea'); L158: elem.innerHTML = options.locale.customRangeLabel; L159: var rangeHtml = elem.value; L160: this....
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      64.8K bytes
Back to top