Resources/views/WikiTag/javascriptForContextSearch.html.twig
author ymh <ymh.work@gmail.com>
Sun, 27 Nov 2011 23:48:40 +0100
changeset 45 e25a00a6f9e1
parent 33 6c87166b819c
child 74 901463f9b11c
permissions -rwxr-xr-x
Correct syntax error.

{# 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>