1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

highlight keywords in 'search result' and 'file view' page; bug fix for pdf view

This commit is contained in:
llj
2014-05-16 17:36:28 +08:00
parent 5aeae5ffcf
commit 1a5f051a0e
4 changed files with 49 additions and 1 deletions

View File

@@ -181,6 +181,9 @@ var pdf2htmlEX = (function(){
_.find_pages();
_.schedule_render();
_.load_page(idx+1);
if (highlight_kw) {
highlight_kw($('#file-view'));
}
});
}
},