Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
PhonoDrop
Commits
6f9bd540
Commit
6f9bd540
authored
Apr 30, 2020
by
Sylvain Coulange
Browse files
modif popup → url variable
parent
ca5903d5
Changes
1
Show whitespace changes
Inline
Side-by-side
public/scripts/script.js
View file @
6f9bd540
...
...
@@ -427,7 +427,7 @@ var span = document.getElementsByClassName("close")[0];
// Fonction pour ouvrir le PopUp
function
getPopUp
(
lien
)
{
document
.
getElementById
(
'
pLien
'
).
value
=
thisURL
-
pageId
+
lien
;
document
.
getElementById
(
'
pLien
'
).
value
=
thisURL
.
replace
(
pageId
,
''
)
+
lien
;
modal
.
style
.
display
=
"
block
"
;
}
...
...
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