From: Thomas Citharel Date: Thu, 22 Jun 2017 12:55:49 +0000 (+0200) Subject: Don't load js for nothing in prod X-Git-Tag: 2.3.0~31^2~48^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=151f45db0ef6d0a4737eb220b0803b3ccfd0b6f5;hp=77255d668828d7ae4cceb186b5215a0d4ddd69f6;p=github%2Fwallabag%2Fwallabag.git Don't load js for nothing in prod --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig index 2e8fe65c..a67807f9 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig @@ -14,11 +14,12 @@ - {% if not app.debug %} + {% if app.debug %} + + {% else %} {% endif %} -