2008-06-30 Esteban Sanchez <estebans@artica.es>

* godmode/reporting/reporting_builder.php: Removed debug output.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@908 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Esteban Sanchez 2008-06-30 15:04:42 +00:00
parent cb9cadd524
commit f357e3b0c0
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-30 Esteban Sanchez <estebans@artica.es>
* godmode/reporting/reporting_builder.php: Removed debug output.
2008-06-30 Esteban Sanchez <estebans@artica.es>
* godmode/groups/configure_group.php: Complete rewritten. Use Pandora

View File

@ -534,7 +534,6 @@ $(document).ready (function () {
id_layout_data: id
},
function (data) {
console.log (data);
$("#form_layout_data_editor #text-label").attr ('value', data['label']);
$("#form_layout_data_editor #type").attr ('value', data['type']);
$("#form_layout_data_editor #type").change ();