diff --git a/app/views/enterprises/shop.html.haml b/app/views/enterprises/shop.html.haml index 2dd7b63b09..10677b1bfe 100644 --- a/app/views/enterprises/shop.html.haml +++ b/app/views/enterprises/shop.html.haml @@ -8,7 +8,7 @@ = inject_shop_enterprises %shop.darkswarm - .alert-box.changeable-orders-alert.info.animate-show{ ng: { show: "alert.visible && alert.html" } } + .alert-box.changeable-orders-alert.info.animate-show{ ng: { show: "alert.visible && alert.html", cloak: true } } %span{ ng: { bind: { html: "alert.html" } } } %a.close{ ng: { click: "alert.close()" } } ×