Update index.html.twig

This commit is contained in:
Nicolas Maillat
2019-07-16 18:10:25 +02:00
committed by GitHub
parent c2f55eb8ba
commit 49f6ff58ee

View File

@@ -146,7 +146,7 @@
$(document).ready(function(){
prodApp.appEvents.emit('workzone.doRemoveWarning', "{% if app['settings'].getUserSetting(app.getAuthenticatedUser(), "warning_on_delete_story") %}true{% else %}false{% endif %}");
prodApp.appEvents.emit('search.updateFacetData');
$('body').addClass('{{ cssfile }}')
$('body').addClass('{{ cssfile }}');
});
</script>