summaryrefslogtreecommitdiff
path: root/app/views/profiles
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-02-24 18:06:09 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-02-24 18:06:09 +0000
commit52ceaa2406d48151c4158efd46032767bdd8ad1c (patch)
tree836526c3127f24769740cc3bd2e7fda5b4ec2d19 /app/views/profiles
parent00cb8237f24be736816f9a60192c7a6cb1b54ed9 (diff)
parentcd5bee0d4438e4bb5158b721580cec8687e95e93 (diff)
downloadgitlab-ce-52ceaa2406d48151c4158efd46032767bdd8ad1c.tar.gz
Merge branch 'remove-jquery-ui-plugins' into 'master'
Removed jQuery UI highlight & autocomplete See merge request !8420
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/personal_access_tokens/index.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/profiles/personal_access_tokens/index.html.haml b/app/views/profiles/personal_access_tokens/index.html.haml
index b10f5fc08e2..903b957c26b 100644
--- a/app/views/profiles/personal_access_tokens/index.html.haml
+++ b/app/views/profiles/personal_access_tokens/index.html.haml
@@ -101,5 +101,3 @@
$("#created-personal-access-token").click(function() {
this.select();
});
-
- $("#created-personal-access-token").effect('highlight', { color: '#ffff99' }, 2000);