commit | d32bc14141101851079f244c39ee8c3d56ec16a8 | [log] [tgz] |
---|---|---|
author | Koji Kawamura <ijokarumawak@gmail.com> | Mon Aug 19 15:35:46 2019 +0900 |
committer | Scott Aslan <scottyaslan@gmail.com> | Mon Aug 19 12:09:15 2019 -0400 |
tree | daf77698b9e2576e80f7af280e1a04351516cc68 | |
parent | 1ba4af785aa69d9d2c1624ac4509a029c354f66d [diff] |
Fixed lint errors.
diff --git a/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry-bootstrap.js b/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry-bootstrap.js index 8bbc707..1825858 100644 --- a/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry-bootstrap.js +++ b/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry-bootstrap.js
@@ -50,7 +50,7 @@ $.ajax({ url: translationFile, - dataType : "text" + dataType: 'text' }).done(function (translations) { // add providers if translation file for locale is loaded if (translations) {