summaryrefslogtreecommitdiff
path: root/app/views/layouts/_init_client_detection_flags.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/_init_client_detection_flags.html.haml')
-rw-r--r--app/views/layouts/_init_client_detection_flags.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_init_client_detection_flags.html.haml b/app/views/layouts/_init_client_detection_flags.html.haml
index 6537b86085f..03967bbbfcf 100644
--- a/app/views/layouts/_init_client_detection_flags.html.haml
+++ b/app/views/layouts/_init_client_detection_flags.html.haml
@@ -1,7 +1,7 @@
- client = client_js_flags
- if client
- = javascript_tag nonce: true do
+ = javascript_tag do
:plain
gl = window.gl || {};
gl.client = #{client.to_json};