Skip to content

Commit

Permalink
Merge pull request #78 from gulliverhan/removeselfhosted
Browse files Browse the repository at this point in the history
disables self hosted gitlab support for now
  • Loading branch information
leonhartX authored Apr 10, 2018
2 parents 4496d9b + bb5604f commit 6f8430d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "4.0.2",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_appName__",
Expand Down Expand Up @@ -59,7 +59,6 @@
"storage",
"declarativeContent",
"webRequest",
"https://gitlab.com/*",
"https://*/*"
"https://gitlab.com/*"
]
}
2 changes: 1 addition & 1 deletion options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>Logged in as: <a target="_blank" id="login-user">XXX</a></h2>
</div>
<div class="login-container gitlab-login-container">
<div class="login-item login-item-basic">
<input id="gitlab-url" type="text" value="https://gitlab.com"/>
<!--<input id="gitlab-url" type="text" value="https://gitlab.com"/>-->
<input id="gitlab-email" type="email" placeholder="email"/>
<p class="label">login with password:</p>
<input id="gitlab-password" type="password" placeholder="password"/>
Expand Down

0 comments on commit 6f8430d

Please sign in to comment.