From 7b01734995302ce7b563949661c0c781f3bbf932 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Sat, 22 Aug 2020 16:12:09 +0200 Subject: [PATCH] Remove unused variable (cherry picked from commit 9ee609e8b2317d8f7ae53403b702468342c68d99) --- deform/static/scripts/deform.js | 1 - 1 file changed, 1 deletion(-) diff --git a/deform/static/scripts/deform.js b/deform/static/scripts/deform.js index 720fca2d..17ba4a20 100644 --- a/deform/static/scripts/deform.js +++ b/deform/static/scripts/deform.js @@ -53,7 +53,6 @@ var deform = { // for attribute to the new id. var fieldmatch = /deformField(\d+)/; - var namematch = /(.+)?-[#]{3}/; var code = protonode.attr('prototype'); var html = decodeURIComponent(code); var $htmlnode = $(html);