diff --git a/notebook/static/base/js/security.js b/notebook/static/base/js/security.js index 7d01321ce8..84aedec0bd 100644 --- a/notebook/static/base/js/security.js +++ b/notebook/static/base/js/security.js @@ -16,7 +16,7 @@ define([ * if allow_css is true (default: false), CSS is sanitized as well. * otherwise, CSS elements and attributes are simply removed. */ - const options = {}; + var options = {}; if (!allow_css) { options.allowedStyles = {}; }