Added parameter on 1000 response, added MC info cmd and more changes

This commit is contained in:
Carlos
2019-08-26 14:52:31 +02:00
parent 2e238027bb
commit 94a8831495
26 changed files with 141 additions and 69 deletions

View File

@ -0,0 +1,3 @@
If you are having issues with client not connecting and throwing random errors after a upgrade,
please force client reload on your browser by pressing Ctrl+F5 to reload the whole page.
This issue happens sometimes due to browsers caching JavaScript code.

View File

@ -210,7 +210,7 @@
<!-- Webpage footer -->
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">WebConsole v1.2 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
<span class="text-muted">WebConsole v1.3 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
</div>
</footer>
@ -220,11 +220,11 @@
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- WebConsole JS Scripts -->
<script src="scripts/WebConsoleLanguage.js"></script>
<script src="scripts/WebConsoleConnector.js"></script>
<script src="scripts/WebConsoleManager.js"></script>
<script src="scripts/WebConsolePersistenceManager.js"></script>
<script src="scripts/WebConsole.js"></script>
<script src="scripts/WebConsoleJqueryHandler.js"></script>
<script src="scripts/WebConsoleLanguage.js?v=1.3"></script>
<script src="scripts/WebConsoleConnector.js?v=1.3"></script>
<script src="scripts/WebConsoleManager.js?v=1.3"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.3"></script>
<script src="scripts/WebConsole.js?v=1.3"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.3"></script>
</body>
</html>