mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-12 08:14:11 +02:00
Update info page.
This commit is contained in:
@@ -52,12 +52,12 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
||||
);
|
||||
|
||||
addTest(
|
||||
'Options parsable', 'File <code>options.json</code> is readable and syntax seams to be correct',
|
||||
'Options parsable', 'File <code>options.json</code> is readable and syntax is correct',
|
||||
config.options !== null
|
||||
);
|
||||
|
||||
addTest(
|
||||
'Types parsable', 'File <code>types.json</code> is readable and syntax seams to be correct',
|
||||
'Types parsable', 'File <code>types.json</code> is readable and syntax is correct',
|
||||
config.types !== null
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user