Lines 264-269
function updateHeadingLinks(links) {
Link Here
|
264 |
|
264 |
|
265 |
// Find the $9 field to update |
265 |
// Find the $9 field to update |
266 |
var tag_subfield_line = $('.subfield_line[id^=subfield' + heading.tag + '9]').eq(tag_index); |
266 |
var tag_subfield_line = $('.subfield_line[id^=subfield' + heading.tag + '9]').eq(tag_index); |
|
|
267 |
if( tag_subfield_line.length < 1 ){ return; } |
268 |
|
267 |
var subfield = tag_subfield_line.children('.input_marceditor').eq(0); |
269 |
var subfield = tag_subfield_line.children('.input_marceditor').eq(0); |
268 |
|
270 |
|
269 |
// Delete the old status if one exists |
271 |
// Delete the old status if one exists |
270 |
- |
|
|