2012-03-08 Miguel de Dios <miguel.dedios@artica.es>

* include/javascript/jquery-1.7.1.js,
	include/javascript/jquery-1.7.1.min.js, include/functions_ui.php: changed
	the library the version compress to readable version.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5722 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2012-03-08 13:01:23 +00:00
parent 298df87ca5
commit 65e7c38891
4 changed files with 9273 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2012-03-08 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/jquery-1.7.1.js,
include/javascript/jquery-1.7.1.min.js, include/functions_ui.php: changed
the library the version compress to readable version.
2012-03-08 Sergio Martin <sergio.martin@artica.es>
* include/functions_graph.php

View File

@ -1030,7 +1030,7 @@ function ui_process_page_head ($string, $bitfield) {
$config['jquery']);
}
else {
$config['jquery'] = array_merge (array ("jquery" => "include/javascript/jquery-1.7.1.min.js",
$config['jquery'] = array_merge (array ("jquery" => "include/javascript/jquery-1.7.1.js",
"pandora" => "include/javascript/jquery.pandora.js"),
$config['jquery']);
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long