|
|
@ -14,7 +14,7 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
id: 'reference', |
|
|
|
id: 'reference', |
|
|
|
type: 'select', |
|
|
|
type: 'select', |
|
|
|
items: [[" - None - ", 0]].concat(drupalSettings.bibcite_footnotes.references), |
|
|
|
items: [[" - None - ", 0]].concat(typeof(drupalSettings.bibcite_footnotes) !== 'undefined' ? drupalSettings.bibcite_footnotes.references : []), |
|
|
|
label: Drupal.t('Reference Footnote item:'), |
|
|
|
label: Drupal.t('Reference Footnote item:'), |
|
|
|
setup: function (element) { |
|
|
|
setup: function (element) { |
|
|
|
if (isEdit) |
|
|
|
if (isEdit) |
|
|
|