Again, the chatbox needs help from the jQuery migrate plugin.

This commit is contained in:
jgen 2014-04-20 05:00:59 -04:00
parent 2df54b911a
commit a7ba0f887b

View File

@ -8,7 +8,8 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>YShout: Admin CP</title> <title>YShout: Admin CP</title>
<link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="../js/jquery.js"></script> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="js/admincp.js"></script> <script type="text/javascript" src="js/admincp.js"></script>
</head> </head>
<body> <body>