Resources/views/WikiTag/javascriptForContextSearch.html.twig
author ymh <ymh.work@gmail.com>
Mon, 19 Dec 2011 17:50:04 +0100
changeset 65 ba6b8e38d90e
parent 33 6c87166b819c
child 74 901463f9b11c
permissions -rwxr-xr-x
Correct event mamangement in hdabo_sf

{# partial display to add the needed Javascript for context search #}
{# We suppose the all the JS (jquery and stuffs and wikiTag.js) have already been loaded. See javascript.html.twig #}
<script type="text/javascript">
    var reactive_selectors = [{{ reactive_selectors|raw }}];
    $(document).ready(function(){
        wikitag_init_search_context_events();
    });
</script>