From 9da47ebac9d7dd2b47e63d598194a3bdc40e83c7 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 6 Apr 2020 13:22:22 +0200 Subject: [PATCH] lint compliance --- www/common/diffMarked.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/diffMarked.js b/www/common/diffMarked.js index 5a8a594a1..f53828e17 100644 --- a/www/common/diffMarked.js +++ b/www/common/diffMarked.js @@ -486,7 +486,6 @@ define([ // check if you had cached a pre-rendered instance of the supplied source if (typeof(cached) !== 'object') { try { - var $el = $(el); Mermaid.init(undefined, $el); // clickable elements in mermaid don't work well with our sandboxing setup // the function below strips clickable elements but still leaves behind some artifacts