mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 15:59:03 +00:00
Add image viewer (#2)
This commit is contained in:
@@ -406,6 +406,10 @@ function search(after = null) {
|
||||
let resultContainer = makeResultContainer();
|
||||
searchResults.appendChild(resultContainer);
|
||||
|
||||
window.setTimeout(() => {
|
||||
$(".sp").SmartPhoto({animationSpeed: 200});
|
||||
}, 100);
|
||||
|
||||
if (!after) {
|
||||
docCount = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user