PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
core
/
base
/
resources
/
assets
/
js
class SystemInformationManagement { init() { let s = document.getElementById('txt-report').value; s = s.replace(/(^\s*)|(\s*$)/gi, ''); s = s.replace(/[ ]{2,}/gi, ' '); s = s.replace(/\n /, "\n"); document.getElementById('txt-report').value = s; $('#btn-report').on('click', () => { $('#report-wrapper').slideToggle(); }); $('#copy-report').on('click', () => { $('#txt-report').select(); document.execCommand('copy'); }); } } $(document).ready(() => { new SystemInformationManagement().init(); });
[-] editor.js
[edit]
[-] core.js
[edit]
[-] system-info.js
[edit]
[-] tags.js
[edit]
[+]
..
[-] app.js
[edit]
[-] script.js
[edit]
[-] cache.js
[edit]
[-] tree-category.js
[edit]
[-] ckeditor-upload-adapter.js
[edit]
[+]
base
[-] repeater-field.js
[edit]
[+]
form