mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix Bug #65402
Loading out-dated version of jQuery is unnecessary here.
This commit is contained in:
@@ -361,7 +361,6 @@ function site_footer($config = array())
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function($) {
|
||||
function showBetaWarning() {
|
||||
|
||||
Reference in New Issue
Block a user