Explorar el Código

fixed Typespecial export parm for textarea

Piotr Labudda hace 8 años
padre
commit
fa1efb4036
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SE/se-lib/Typespecial.php

+ 1 - 1
SE/se-lib/Typespecial.php

@@ -817,7 +817,7 @@ jQuery('#typeahead-{$fName}').typeahead({
 					} else {
 						var fldExportNode = document.getElementById('f' + i)
 						if (fldExportNode) {
-							console.log('--- onItemAdd jQuery(#f' + i + ').val(', curSel.exports[i], '): fieldExport.is(input:',fieldExport.is('input'),'select:',fieldExport.is('select'),'textarea:',fieldExport.is('textarea'),')', fieldExport);
+							// console.log('--- onItemAdd jQuery(#f' + i + ').val(', curSel.exports[i], '): fieldExport.is(input:',fieldExport.is('input'),'select:',fieldExport.is('select'),'textarea:',fieldExport.is('textarea'),')', fieldExport);
 							switch (fldExportNode.tagName) {
 								case 'INPUT': jQuery('#f' + i).val(curSel.exports[i]); break;
 								case 'SELECT': /* TODO: add option and select //jQuery('#f' + i).val(curSel.exports[i]); */; break;