Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FNAR Industries
FIO
FIOExtension
Commits
8c25ffa0
Commit
8c25ffa0
authored
Nov 11, 2020
by
Tom Sakks
Browse files
Update endpoint url
parent
b0b64f65
Changes
2
Hide whitespace changes
Inline
Side-by-side
popup.js
View file @
8c25ffa0
...
...
@@ -66,10 +66,16 @@ document.addEventListener('DOMContentLoaded', function ()
window
.
LC
=
new
LoginController
();
chrome
.
storage
.
sync
.
get
(
"
login
"
,
function
(
obj
)
{
window
.
LC
.
login_
.
value
=
obj
[
"
login
"
];
if
(
obj
[
"
login
"
]
!=
null
)
{
window
.
LC
.
login_
.
value
=
obj
[
"
login
"
];
}
});
chrome
.
storage
.
sync
.
get
(
"
password
"
,
function
(
obj
)
{
window
.
LC
.
password_
.
value
=
obj
[
"
password
"
];
if
(
obj
[
"
password
"
]
!=
null
)
{
window
.
LC
.
password_
.
value
=
obj
[
"
password
"
];
}
});
});
\ No newline at end of file
script.js
View file @
8c25ffa0
//var fnar_username = "";
//var fnar_password = "";
var
fnar_url
=
"
https://
localhost:4443
"
;
var
fnar_url
=
"
https://
rest.fnar.net
"
;
//
// functions to get logged in & send data.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment