mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
HTMLviews: various cleanups
This commit is contained in:
committed by
Pieter de Bie
parent
43bb12317c
commit
66f490ff17
+1
-2
@@ -68,8 +68,7 @@ var gistie = function() {
|
||||
// TODO: Replace true with private preference
|
||||
token = Controller.getConfig_("github.token");
|
||||
login = Controller.getConfig_("github.user");
|
||||
if (token && login)
|
||||
{
|
||||
if (token && login) {
|
||||
parameters.login = login;
|
||||
parameters.token = token;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user