diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-14 15:06:38 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-14 15:12:55 +0200 |
commit | f4ba82f38f5845e2f488976620e7d75febdeb278 (patch) | |
tree | 063d7ff6c84067742cdd2232840fa7d87439c02c /core/src/jquery | |
parent | d6bb0911ef434f2128444cb15c32825791697f2d (diff) | |
download | nextcloud-server-f4ba82f38f5845e2f488976620e7d75febdeb278.tar.gz nextcloud-server-f4ba82f38f5845e2f488976620e7d75febdeb278.zip |
Import md5 for the jquery placeholder plugin
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src/jquery')
-rw-r--r-- | core/src/jquery/placeholder.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/jquery/placeholder.js b/core/src/jquery/placeholder.js index ac0aacdcf98..9ade9710324 100644 --- a/core/src/jquery/placeholder.js +++ b/core/src/jquery/placeholder.js @@ -23,6 +23,7 @@ */ import $ from 'jquery' +import md5 from 'blueimp-md5' /* * Adds a background color to the element called on and adds the first character |