updated core to 8.6.1 via composer
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
|
||||
if (val === '0') {
|
||||
return Drupal.t('Not in book');
|
||||
} else if (val === 'new') {
|
||||
}
|
||||
if (val === 'new') {
|
||||
return Drupal.t('New book');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user