Added it lang to index.html and updated version
This commit is contained in:
parent
218422376d
commit
e92bfe2d38
@ -51,6 +51,7 @@
|
||||
<a class="dropdown-item" href="#" onclick="setLanguage('zh_CN')">中文</a>
|
||||
<a class="dropdown-item" href="#" onclick="setLanguage('fr_FR')">Français</a>
|
||||
<a class="dropdown-item" href="#" onclick="setLanguage('cs_CZ')">Czech</a>
|
||||
<a class="dropdown-item" href="#" onclick="setLanguage('it_IT')">Italiano</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
@ -245,7 +246,7 @@
|
||||
<!-- Webpage footer -->
|
||||
<footer class="footer mt-auto py-3">
|
||||
<div class="container">
|
||||
<span class="text-muted">WebConsole v1.5 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
|
||||
<span class="text-muted">WebConsole v1.5 (rev. 1) - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -255,11 +256,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?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsoleConnector.js?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsoleManager.js?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsolePersistenceManager.js?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsole.js?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsoleJqueryHandler.js?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsoleLanguage.js?v=1.5.1"></script>
|
||||
<script src="scripts/WebConsoleConnector.js?v=1.5.1"></script>
|
||||
<script src="scripts/WebConsoleManager.js?v=1.5.1"></script>
|
||||
<script src="scripts/WebConsolePersistenceManager.js?v=1.5.1"></script>
|
||||
<script src="scripts/WebConsole.js?v=1.5.1"></script>
|
||||
<script src="scripts/WebConsoleJqueryHandler.js?v=1.5.1"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user