Project

General

Profile

« Previous | Next » 

Revision 24395438

Added by Renato Botelho over 10 years ago

Update jquery to 1.11.1

  • Update jquery to latest version
  • Use production version instead of development
  • Rename file to have version on it and avoid browser cache issues
  • Add jquery-migrate to keep backward compatible with old version

View differences:

usr/local/www/installer/installer.php
408 408
	include("head.inc");
409 409
	echo <<<EOF
410 410
	<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
411
	<script type="text/javascript" src="/javascript/jquery.js"></script>
411
	<script type="text/javascript" src="/javascript/jquery-1.11.1.min.js"></script>
412
	<script type="text/javascript" src="/javascript/jquery-migrate-1.2.1.min.js"></script>
412 413
	<script type="text/javascript" src="/javascript/jquery/jquery-ui.custom.min.js"></script>
413 414
	<script type="text/javascript">
414 415
		function getinstallerprogress() {

Also available in: Unified diff