mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
Instant search results to the gui when the search page loads
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
<?php print JS_CODE; ?>
|
||||
</head>
|
||||
|
||||
<body onload="Piler.add_shortcuts();">
|
||||
<body onload="Piler.add_shortcuts();<?php if(ENABLE_INSTANT_SEARCH){ ?>Piler.expert();<?php } ?>">
|
||||
|
||||
<div id="deleteconfirm-modal" class="modal hide fade">
|
||||
<div class="modal-header">
|
||||
|
Reference in New Issue
Block a user