|
Lines 296-302
function editAction( mmta_id, ordering, action, field_number, from_field, from_s
Link Here
|
| 296 |
document.getElementById('conditional_value').value = conditional_value; |
296 |
document.getElementById('conditional_value').value = conditional_value; |
| 297 |
|
297 |
|
| 298 |
document.getElementById('conditional_regex').checked = parseInt( conditional_regex ); |
298 |
document.getElementById('conditional_regex').checked = parseInt( conditional_regex ); |
| 299 |
document.getElementById('conditional_regex').onchange(); |
299 |
$('#conditional_regex').change(); |
| 300 |
|
300 |
|
| 301 |
document.getElementById('description').value = description; |
301 |
document.getElementById('description').value = description; |
| 302 |
|
302 |
|
| 303 |
- |
|
|