2012-09-07 Miguel de Dios <miguel.dedios@artica.es>

* include/javascript/pandora.js, include/functions_ui.php,
	include/functions_html.php: cleaned source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6947 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2012-09-10 15:51:47 +00:00
parent 50ae58aabd
commit 9087beb4de
4 changed files with 103 additions and 98 deletions

View File

@ -1,3 +1,8 @@
2012-09-07 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/pandora.js, include/functions_ui.php,
include/functions_html.php: cleaned source code style.
2012-09-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es> 2012-09-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_graph.php * include/functions_graph.php
@ -61,6 +66,7 @@
in metaconsole. in metaconsole.
2012-09-07 Miguel de Dios <miguel.dedios@artica.es> 2012-09-07 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_ui.php: fixed the ui_get_full_url function, * include/functions_ui.php: fixed the ui_get_full_url function,
because sometimes added two times the php script name. because sometimes added two times the php script name.

View File

@ -132,7 +132,6 @@ function isEmptyObject(obj) {
* @param selected Which module(s) have to be selected * @param selected Which module(s) have to be selected
*/ */
function agent_changed_by_multiple_agents (event, id_agent, selected) { function agent_changed_by_multiple_agents (event, id_agent, selected) {
// Hack to add custom condition // Hack to add custom condition
if($("#hidden-custom_condition").val() != undefined) { if($("#hidden-custom_condition").val() != undefined) {
custom_condition = $("#hidden-custom_condition").val(); custom_condition = $("#hidden-custom_condition").val();
@ -463,7 +462,7 @@ function agent_module_autocomplete (id_agent_name, id_agent_id, id_agent_module_
data: data_params, data: data_params,
async: false, async: false,
type: 'POST', type: 'POST',
url: action= homedir_path + "/ajax.php", url: action="ajax.php",
timeout: 10000, timeout: 10000,
dataType: 'json', dataType: 'json',
success: function (data) { success: function (data) {