mirror of
https://github.com/vrana/adminer.git
synced 2025-12-26 10:20:31 +01:00
Delete type="text/javascript" from <script> as it is the default in HTML5
This commit is contained in:
@@ -14,7 +14,7 @@ class AdminerLoginSqlite {
|
||||
|
||||
function loginForm() {
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
addEventListener('load', function () {
|
||||
var driver = qs('name="auth[driver]"');
|
||||
if (isTag(driver, 'select')) {
|
||||
|
||||
Reference in New Issue
Block a user