PHPMyAdmin autologin upon document ready

Update to have PHPMyAdmin autologin upon document ready.

Adding a target="_blank" to the navbar link so it spawns new tab and then when this page loads you get that overall opened in a new tab feeling without losing your original cyberpanel session.
This commit is contained in:
WhatTheServer
2021-04-17 15:54:13 -04:00
committed by GitHub
parent 2ed724d20e
commit 8ce3e5f2dc

View File

@@ -30,6 +30,9 @@
</div>
</div>
</div>
<!-- Here we are making the phpmyadmin page autoload in current tab -->
<script type="text/javascript">
$(document).ready(function(){$(function(){$('#phpMyAdminlogin').click();});});
</script>
</div>
{% endblock %}
{% endblock %}