소스 검색

load jquery from google and upgrade 1.6.1->1.6.2

raylu 14 년 전
부모
커밋
7ff8ca57fe
2개의 변경된 파일1개의 추가작업 그리고 16개의 파일을 삭제
  1. 1 1
      views/layouts/default.html.php
  2. 0 15
      webroot/js/jquery-1.6.1.min.js

+ 1 - 1
views/layouts/default.html.php

@@ -73,7 +73,7 @@ use \lithium\security\Auth;
 	<br class="cl" />
 </footer>
 
-<?= $this->html->script("/js/jquery-1.6.1.min.js"); ?>
+<?= $this->html->script("http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"); ?>
 <?= $this->html->script("/js/jquery.anchor.js"); ?>
 <?= $this->html->script("/js/jquery.tools.min.js"); ?>
 <?= $this->html->script("/js/jquery.form.js"); ?>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 15
webroot/js/jquery-1.6.1.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.