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