mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-13 08:44:03 +02:00
Update info page.
This commit is contained in:
@@ -52,12 +52,12 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
addTest(
|
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
|
config.options !== null
|
||||||
);
|
);
|
||||||
|
|
||||||
addTest(
|
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
|
config.types !== null
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user