2
0
Ver Fonte

Updated amber.js to load jQuery 1.8.2

Nicolas Petton há 12 anos atrás
pai
commit
2927a69aa5
1 ficheiros alterados com 1 adições e 1 exclusões
  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')) {