|
|
@ -76,7 +76,10 @@ export function normalizeStatus(status, normalOldStatus) {
|
|
|
|
normalStatus.spoilerHtml = normalOldStatus.get('spoilerHtml');
|
|
|
|
normalStatus.spoilerHtml = normalOldStatus.get('spoilerHtml');
|
|
|
|
normalStatus.spoiler_text = normalOldStatus.get('spoiler_text');
|
|
|
|
normalStatus.spoiler_text = normalOldStatus.get('spoiler_text');
|
|
|
|
normalStatus.hidden = normalOldStatus.get('hidden');
|
|
|
|
normalStatus.hidden = normalOldStatus.get('hidden');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (normalOldStatus.get('translation')) {
|
|
|
|
normalStatus.translation = normalOldStatus.get('translation');
|
|
|
|
normalStatus.translation = normalOldStatus.get('translation');
|
|
|
|
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
// If the status has a CW but no contents, treat the CW as if it were the
|
|
|
|
// If the status has a CW but no contents, treat the CW as if it were the
|
|
|
|
// status' contents, to avoid having a CW toggle with seemingly no effect.
|
|
|
|
// status' contents, to avoid having a CW toggle with seemingly no effect.
|
|
|
|