mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-24 14:30:03 +01:00
Fixes index page.
This commit is contained in:
parent
b649cd1519
commit
4e6c446ce4
src/_h5ai
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user