We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab672e commit be3716fCopy full SHA for be3716f
webui/src/js/models/wdt-model-definition.js
@@ -460,9 +460,9 @@ define(['knockout', 'utils/observable-properties', 'js-yaml', 'utils/validation-
460
this.propertiesFiles.value = [defaultPath];
461
}
462
463
- // if there are archive updates present, but no archive file name,
+ // if there are archive roots present, but no archive file name,
464
// use the file prefix to create a default file location.
465
- if(this.archiveUpdates.length && (this.archiveFiles.value.length < 1)) {
+ if(this.archiveRoots().length && (this.archiveFiles.value.length < 1)) {
466
let defaultPath = this.getDefaultArchiveFile();
467
this.archiveFiles.value = [defaultPath];
468
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments