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:
parent
cb9cadd524
commit
f357e3b0c0
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Reference in New Issue