mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-19 07:53:14 +00:00
Update index.html.twig
This commit is contained in:
@@ -146,7 +146,7 @@
|
|||||||
$(document).ready(function(){
|
$(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('workzone.doRemoveWarning', "{% if app['settings'].getUserSetting(app.getAuthenticatedUser(), "warning_on_delete_story") %}true{% else %}false{% endif %}");
|
||||||
prodApp.appEvents.emit('search.updateFacetData');
|
prodApp.appEvents.emit('search.updateFacetData');
|
||||||
$('body').addClass('{{ cssfile }}')
|
$('body').addClass('{{ cssfile }}');
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user