Changes

Jump to navigation Jump to search
m
no edit summary
Line 56: Line 56:  
console.log( "this is happening " + orig + ' ' + extrafield);
 
console.log( "this is happening " + orig + ' ' + extrafield);
 
idxb.EnqueuePDIO('update record', orig, extrafield, 'holdplace')
 
idxb.EnqueuePDIO('update record', orig, extrafield, 'holdplace')
};
+
});
+
 
 
$( '#mw-content-text' ).prepend( textInput[ extrafield ].$element );
 
$( '#mw-content-text' ).prepend( textInput[ extrafield ].$element );
 
$( '#mw-content-text' ).prepend( '<br>' );
 
$( '#mw-content-text' ).prepend( '<br>' );
Line 76: Line 76:  
button_save[data].on( 'click', function () {
 
button_save[data].on( 'click', function () {
 
idxb.EnqueuePDIO('update record', orig, data, 'holdplace')
 
idxb.EnqueuePDIO('update record', orig, data, 'holdplace')
}
+
});
 
$( '#mw-content-text' ).prepend( textInput[data].$element );
 
$( '#mw-content-text' ).prepend( textInput[data].$element );
 
$( '#mw-content-text' ).prepend( '<br>' );
 
$( '#mw-content-text' ).prepend( '<br>' );
530

edits

Navigation menu