Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agb@immerda.ch
ipick
Commits
e941a109
Commit
e941a109
authored
Sep 19, 2020
by
mh
Browse files
propagate the new onionaddress
parent
6b2c2fff
Changes
1
Hide whitespace changes
Inline
Side-by-side
ipick.js
View file @
e941a109
...
...
@@ -135,8 +135,8 @@ var ipickJsIsIncluded = false;
// create menu
var
menu
=
document
.
createElement
(
"
div
"
);
menu
.
className
=
"
ipick-menu
"
;
var
notOnion
=
location
.
host
.
indexOf
(
'
ysp4gfuhnmj6b4mb.onion
'
)
===
-
1
;
var
idomain
=
notOnion
?
"
immerda.ch
"
:
"
ysp4gfuhnmj6b4mb
.onion
"
;
var
notOnion
=
(
location
.
host
.
indexOf
(
'
w5ejy7xyv4dw7jul7bycfnltircxddt7vqprcxe6uggnezlwwic72qqd.onion
'
)
===
-
1
)
&&
(
location
.
host
.
indexOf
(
'
ysp4gfuhnmj6b4mb.onion
'
)
===
-
1
)
;
var
idomain
=
notOnion
?
"
immerda.ch
"
:
"
w5ejy7xyv4dw7jul7bycfnltircxddt7vqprcxe6uggnezlwwic72qqd
.onion
"
;
var
menuEntries
=
[
[
"
webmail.
"
+
idomain
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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