Skip to content

Commit

Permalink
Update admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard authored May 23, 2018
1 parent eb9b6ed commit 9815d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@
<head>
<title>Phoenix Diagnostics and Utilities</title>
<meta charset="UTF-8">
<script src="https://cdn.jsdelivr.net/g/jquery"></script>
<script src="https://cdn.jsdelivr.net/gh/jquery/jquery@3/dist/jquery.min.js"></script>
<script>
$(document).ready(function(){
$('.mysql').submit(function() {
$('input[type="submit"]').attr('disabled','disabled');
});
});
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/g/normalize,colors.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/gh/eustasy/Colors.css@1/colors.min.css,gh/necolas/normalize.css@8/normalize.min.css">
<style>
body {
margin: 0 auto;
Expand Down

0 comments on commit 9815d17

Please sign in to comment.