mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[build] /static
This commit is contained in:
parent
74b0830362
commit
a53a4d5012
21 changed files with 125 additions and 181 deletions
|
|
@ -23,8 +23,6 @@ window.searxng = (function(d) {
|
|||
translations: JSON.parse(script.getAttribute('data-translations'))
|
||||
};
|
||||
})(document);
|
||||
|
||||
window.searx = {};
|
||||
;/**
|
||||
* @license
|
||||
* (C) Copyright Contributors to the SearXNG project.
|
||||
|
|
@ -181,7 +179,7 @@ $(document).ready(function(){
|
|||
/**
|
||||
* Layout images according to their sizes
|
||||
*/
|
||||
searxng.image_thumbnail_layout = new searx.ImageLayout('#main_results', '#main_results .result-images', 'img.img-thumbnail', 15, 200);
|
||||
searxng.image_thumbnail_layout = new searxng.ImageLayout('#main_results', '#main_results .result-images', 'img.img-thumbnail', 15, 200);
|
||||
searxng.image_thumbnail_layout.watch();
|
||||
});
|
||||
;/**
|
||||
|
|
@ -479,6 +477,6 @@ $(document).ready(function(){
|
|||
}
|
||||
};
|
||||
|
||||
w.searx.ImageLayout = ImageLayout;
|
||||
w.searxng.ImageLayout = ImageLayout;
|
||||
|
||||
}(window, document));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue