forked from Icycoide/searxng
[fix] static file paths
This commit is contained in:
parent
9f12605f7e
commit
8151585918
7 changed files with 13 additions and 13 deletions
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
requirejs.config({
|
||||
baseUrl: './static/oscar/js',
|
||||
baseUrl: './static/themes/oscar/js',
|
||||
paths: {
|
||||
app: '../app'
|
||||
}
|
||||
|
|
|
@ -116,7 +116,7 @@ $(document).ready(function(){
|
|||
|
||||
// TODO hack
|
||||
// change default imagePath
|
||||
L.Icon.Default.imagePath = "./static/oscar/img/map";
|
||||
L.Icon.Default.imagePath = "./static/themes/oscar/img/map";
|
||||
|
||||
// init map
|
||||
var map = L.map(leaflet_target);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue