jmontoyaa 8 年之前
父節點
當前提交
7ae7f5a66d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/inc/lib/xajax/xajax.inc.php

+ 1 - 1
main/inc/lib/xajax/xajax.inc.php

@@ -805,7 +805,7 @@ class xajax
 	 */
 	function getJavascriptInclude($sJsURI="", $sJsFile=NULL)
 	{
-		$html = api_get_js('bundles/chamilocore/xajax/xajax.js');
+		$html = api_get_js('js/xajax/xajax.js');
 		$html .= "\t<script>\n";
 		$html .= "window.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: {$sJsURI}{$sJsFile}'); } }, 6000);\n";
 		$html .= "\t</script>\n";