mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-05 09:23:40 -04:00
Adds options to info page.
This commit is contained in:
parent
908848bfc7
commit
e4b6bace43
2 changed files with 9 additions and 0 deletions
|
@ -15,9 +15,14 @@
|
|||
$this.replaceWith($a);
|
||||
});
|
||||
},
|
||||
configFile = function () {
|
||||
|
||||
$('#config-file').text(JSON.stringify(H5AI_CONFIG.options));
|
||||
},
|
||||
init = function () {
|
||||
|
||||
deobfuscate();
|
||||
configFile();
|
||||
};
|
||||
|
||||
$(init);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue