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:
@@ -181,6 +181,9 @@ var pdf2htmlEX = (function(){
|
||||
_.find_pages();
|
||||
_.schedule_render();
|
||||
_.load_page(idx+1);
|
||||
if (highlight_kw) {
|
||||
highlight_kw($('#file-view'));
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user