mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 07:16:40 +02:00
Adds options to info page.
This commit is contained in:
@@ -43,6 +43,10 @@
|
|||||||
<a target="_blank" href="http://twitter.com/lrsjng">@lrsjng</a>
|
<a target="_blank" href="http://twitter.com/lrsjng">@lrsjng</a>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
<section>
|
||||||
|
<pre id="config-file">
|
||||||
|
</pre>
|
||||||
|
</section>
|
||||||
<script src="/_h5ai/config.js"></script>
|
<script src="/_h5ai/config.js"></script>
|
||||||
<script src="/_h5ai/js/scripts.js"></script>
|
<script src="/_h5ai/js/scripts.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
@@ -15,9 +15,14 @@
|
|||||||
$this.replaceWith($a);
|
$this.replaceWith($a);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
configFile = function () {
|
||||||
|
|
||||||
|
$('#config-file').text(JSON.stringify(H5AI_CONFIG.options));
|
||||||
|
},
|
||||||
init = function () {
|
init = function () {
|
||||||
|
|
||||||
deobfuscate();
|
deobfuscate();
|
||||||
|
configFile();
|
||||||
};
|
};
|
||||||
|
|
||||||
$(init);
|
$(init);
|
||||||
|
Reference in New Issue
Block a user