mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-07 13:56:30 +02:00
Fixes index page.
This commit is contained in:
@@ -77,5 +77,4 @@ html.no-js( lang="en" )
|
||||
span.right
|
||||
span.center
|
||||
|
||||
script( src="config.js" )
|
||||
script( src="js/scripts.js" )
|
||||
|
@@ -22,7 +22,7 @@
|
||||
// @include "inc/**/*.js"
|
||||
|
||||
$.ajax({
|
||||
url: $('script[src$="/js/scripts.js"]').attr('src').replace(/\/js\/scripts.js$/, '/config.json'),
|
||||
url: $('script[src$="scripts.js"]').attr('src').replace(/scripts.js$/, '../config.json'),
|
||||
complete: function (data) {
|
||||
|
||||
var config = JSON.parse(data.responseText.replace(/\/\*[\s\S]*?\*\/|\/\/.*?(\n|$)/g, ''));
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
modulejs.require($('body').attr('id'));
|
||||
});
|
||||
}}
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
}(jQuery));
|
||||
|
Reference in New Issue
Block a user