From e2ab3e85d8878d64e8a41d5c7a64729767c73d07 Mon Sep 17 00:00:00 2001 From: Boris Rybalkin Date: Fri, 10 Jan 2020 22:10:28 +0000 Subject: [PATCH] lcCopy --- resources/static/js/lc-filler.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/static/js/lc-filler.js b/resources/static/js/lc-filler.js index 4bfb5f3..904c2e7 100644 --- a/resources/static/js/lc-filler.js +++ b/resources/static/js/lc-filler.js @@ -30,3 +30,8 @@ function lcUidNumber(firstname, lastname, minuid, maxuid){ function lcHomeDir(firstname, lastname, basedir){ return basedir+lcUid(firstname, lastname); } + +function lcCopy(value){ + return value; +} +