Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
WebDev
epic-journey-display
Commits
69f9d4f2
Commit
69f9d4f2
authored
Apr 02, 2020
by
Porter Libby
Browse files
update to 708 bug fix
parent
33c3358f
Changes
3
Hide whitespace changes
Inline
Side-by-side
public/css/main.css
View file @
69f9d4f2
...
...
@@ -158,13 +158,13 @@ iframe{
width
:
100%
;
height
:
100%
;
position
:
fixed
;
z-index
:
200
;
z-index
:
3
;
top
:
0px
;
}
#close-detect
{
position
:
absolute
;
z-index
:
1
00
;
z-index
:
1
;
width
:
100%
;
height
:
100%
;
}
...
...
@@ -175,5 +175,5 @@ iframe{
top
:
0px
;
margin
:
5%
;
position
:
absolute
;
z-index
:
101
;
z-index
:
2
;
}
\ No newline at end of file
public/js/index.js
View file @
69f9d4f2
...
...
@@ -20,7 +20,6 @@ function create_frame(text){ // use array of strings to create an iframe popup w
document
.
body
.
appendChild
(
frame
);
}
function
close_frame
(){
var
frame
=
document
.
getElementById
(
'
detail-popup
'
);
frame
.
parentNode
.
removeChild
(
frame
);
console
.
log
(
'
test
'
)
$
(
'
#detail-popup
'
).
remove
();
}
\ No newline at end of file
public/js/searchBar.js
View file @
69f9d4f2
...
...
@@ -103,7 +103,7 @@ function autocomplete(inp, arr, sub_dict) {
}
function
createInfo
(
info_arr
){
c
onsole
.
log
(
'
creating related info
'
)
c
reate_frame
(
)
}
function
destroyInfo
(){
console
.
log
(
'
No info
'
)
...
...
Write
Preview
Markdown
is supported
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