From: Manuel Penschuck Date: Mon, 19 May 2014 12:39:52 +0000 (+0200) Subject: Typo template creation of name database X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=bf14375ee9ae545f757c3f2224ab6d6a3b87216d;p=daqtools.git Typo template creation of name database --- diff --git a/web/htdocs/scripts/cts.js b/web/htdocs/scripts/cts.js index 838ef58..cebfd19 100644 --- a/web/htdocs/scripts/cts.js +++ b/web/htdocs/scripts/cts.js @@ -1055,7 +1055,7 @@ function id(x) {return x;} function prettyJSON(obj, indent){ - if (ident==undefined) ident=""; + if (indent==undefined) indent=""; if (obj && obj.toJSON) obj = obj.toJSON(); switch (typeOf(obj)){