files: added option to use highlight marker to show keywords inside file source.
This commit is contained in:
parent
6957757150
commit
47db530369
2 changed files with 23 additions and 2 deletions
|
|
@ -314,7 +314,7 @@
|
|||
$(document).ready(function() {
|
||||
callbacks();
|
||||
var search_GET = "${request.GET.get('search','')}";
|
||||
if (search_GET == "1") {
|
||||
if (search_GET === "1") {
|
||||
_NODEFILTER.initFilter();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue