diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/metricsgraphics/socorro-lens.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/metricsgraphics/socorro-lens.html b/static/metricsgraphics/socorro-lens.html index 786394228..9af061323 100644 --- a/static/metricsgraphics/socorro-lens.html +++ b/static/metricsgraphics/socorro-lens.html @@ -37,7 +37,7 @@ </div> <div style="width:300px; height:75px; color:red; text-align:center; visibility:hidden;" id='warn'></div> <script src='js/main.js'></script> - <script> + <script [% script_nonce FILTER none %]> document.addEventListener('DOMContentLoaded', function () { document.querySelector('select[name="channel"]').onchange = channelEventHandler; document.querySelector('select[name="match"]').onchange = matchEventHandler; |