mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Fixes index page.
This commit is contained in:
parent
b649cd1519
commit
4e6c446ce4
2 changed files with 3 additions and 4 deletions
|
@ -77,5 +77,4 @@ html.no-js( lang="en" )
|
||||||
span.right
|
span.right
|
||||||
span.center
|
span.center
|
||||||
|
|
||||||
script( src="config.js" )
|
|
||||||
script( src="js/scripts.js" )
|
script( src="js/scripts.js" )
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
// @include "inc/**/*.js"
|
// @include "inc/**/*.js"
|
||||||
|
|
||||||
$.ajax({
|
$.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) {
|
complete: function (data) {
|
||||||
|
|
||||||
var config = JSON.parse(data.responseText.replace(/\/\*[\s\S]*?\*\/|\/\/.*?(\n|$)/g, ''));
|
var config = JSON.parse(data.responseText.replace(/\/\*[\s\S]*?\*\/|\/\/.*?(\n|$)/g, ''));
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
modulejs.require($('body').attr('id'));
|
modulejs.require($('body').attr('id'));
|
||||||
});
|
});
|
||||||
}}
|
}
|
||||||
);
|
});
|
||||||
|
|
||||||
}(jQuery));
|
}(jQuery));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue