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
CipMap
CipMap
Commits
eef2d4c3
Commit
eef2d4c3
authored
Oct 11, 2019
by
Tom Kunze
Browse files
server/cipmap-ui: Strip 'cip' from the new hostname format.
parent
30537fb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
django/server/static/server/js/cipmap-ui.js
View file @
eef2d4c3
...
...
@@ -950,7 +950,7 @@ function drawMap(cip) {
$
(
d
).
css
({
"
display
"
:
"
none
"
,
"
top
"
:
top_pos
,
"
left
"
:
left_pos
}).
addClass
(
"
kiste card
"
).
attr
(
"
id
"
,
curMap
[
i
].
id
).
html
(
"
<h5 style=
\"
margin: 5px
\"
>
"
+
curMap
[
i
].
id
.
replace
(
"
faui
"
,
""
)
+
"
</h5><div class=
\"
innerText
\"
></div>
"
)
html
(
"
<h5 style=
\"
margin: 5px
\"
>
"
+
curMap
[
i
].
id
.
replace
(
"
faui
"
,
""
).
replace
(
"
cip
"
,
""
)
+
"
</h5><div class=
\"
innerText
\"
></div>
"
)
);
if
(
left_pos
>
mapWidth
)
...
...
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