Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0446c18c
authored
2017-01-12 18:43:43 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
81ebc310
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
signinView.php
signinView.php
View file @
0446c18
...
...
@@ -277,6 +277,7 @@ function signInClick() {
var
domain
=
primaryEmail
.
substring
(
primaryEmail
.
lastIndexOf
(
"@"
)
+
1
);
if
(
domain
!=
'gotenzing.com'
){
$
(
document
).
ready
(
function
()
{
$
.
ajax
({
type
:
'POST'
,
url
:
$
(
location
).
attr
(
'origin'
)
+
'/signin.php/disconnect'
,
...
...
@@ -288,12 +289,13 @@ function signInClick() {
$
(
'#visiblePeople'
).
empty
();
$
(
'#authResult'
).
empty
();
$
(
'#gConnect'
).
show
();
$
(
'authOps'
).
hide
();
},
error
:
function
(
e
)
{
console
.
log
(
e
);
}
});
});
}
...
...
Please
register
or
sign in
to post a comment