Lines 288-293
function CloneSubfield(index, advancedMARCEditor){
Link Here
|
288 |
id_input = textareas[i].getAttribute('id')+new_key; |
288 |
id_input = textareas[i].getAttribute('id')+new_key; |
289 |
textareas[i].setAttribute('id',textareas[i].getAttribute('id')+new_key); |
289 |
textareas[i].setAttribute('id',textareas[i].getAttribute('id')+new_key); |
290 |
textareas[i].setAttribute('name',textareas[i].getAttribute('name')+new_key); |
290 |
textareas[i].setAttribute('name',textareas[i].getAttribute('name')+new_key); |
|
|
291 |
linkid = id_input; |
291 |
} |
292 |
} |
292 |
|
293 |
|
293 |
// Handle click event on buttonDot for plugin |
294 |
// Handle click event on buttonDot for plugin |
294 |
- |
|
|