PHRAS-2668 #comment fix twig error #time 1h

This commit is contained in:
Harrys Ravalomanana
2019-07-16 15:12:26 +04:00
parent 5e2f8da2bb
commit c2f55eb8ba
3 changed files with 2 additions and 2 deletions

0
cache/.gitkeep vendored
View File

View File

@@ -32,7 +32,7 @@
<script type="text/javascript" src="/assets/vendors/jquery-ui/jquery-ui.js"></script>
{% endblock %}
</head>
<body class="PNB {{ cssfile }}">
<body class="PNB">
<div id="mainContainer" class="PNB">
{% include 'common/menubar.html.twig' %}
<div class="PNB" id="mainContent" style="overflow: auto">

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 }}')
});
</script>