瀏覽代碼

Updated amber.js to load jQuery 1.8.2

Nicolas Petton 12 年之前
父節點
當前提交
2927a69aa5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/amber.js

+ 1 - 1
js/amber.js

@@ -156,7 +156,7 @@ amber = (function() {
 
 	function loadDependencies() {
 		if (typeof jQuery == 'undefined') {
-			writeScriptTag(buildJSURL('lib/jQuery/jquery-1.6.4.min.js'));
+			writeScriptTag(buildJSURL('lib/jQuery/jquery-1.8.2.min.js'));
 		}
 
 		if ((typeof jQuery == 'undefined') || (typeof jQuery.ui == 'undefined')) {