|
|
|
@ -83,11 +83,11 @@
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
Drupal.behaviors.article_collection_copier = { |
|
|
|
|
- attach: function attach(context, settings) { |
|
|
|
|
- |
|
|
|
|
- $('.field--name-field-collection').appendTo("#toc-sections ol"); |
|
|
|
|
- } |
|
|
|
|
- }; |
|
|
|
|
attach: function attach(context, settings) { |
|
|
|
|
|
|
|
|
|
$('.field--name-field-collection').appendTo("#toc-sections ol"); |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
Drupal.behaviors.article_keyword_copier = { |
|
|
|
|
attach: function attach(context, settings) { |
|
|
|
|
|
|
|
|
|