diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 16:39:28 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 20:49:09 +0200 |
commit | d90eba3f851711892983aecd643fca431b97397e (patch) | |
tree | ec2225b9d126d23d09babbf02cc9894f4f7e2999 /apps/oauth2/js | |
parent | 77827ebf112f7ce1bad5ce5912c7b3900e399ce5 (diff) | |
download | nextcloud-server-d90eba3f851711892983aecd643fca431b97397e.tar.gz nextcloud-server-d90eba3f851711892983aecd643fca431b97397e.zip |
Fix style issues pointed out in review
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/oauth2/js')
-rw-r--r-- | apps/oauth2/js/setting-admin.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/oauth2/js/setting-admin.js b/apps/oauth2/js/setting-admin.js index be774fd720a..53163be1148 100644 --- a/apps/oauth2/js/setting-admin.js +++ b/apps/oauth2/js/setting-admin.js @@ -1,4 +1,3 @@ - $(document).ready(function () { $('.show-oauth-credentials').click(function() { |