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
Jonathan Wilkes
purr-data
Commits
428734de
Commit
428734de
authored
Apr 01, 2021
by
Prakhar Agarwal
🎯
Browse files
Merge branch 'emscripten' into round_border
parent
622e8e32
Changes
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/index.html
View file @
428734de
...
...
@@ -578,5 +578,16 @@
});
</script>
<script>
$
(
document
).
ready
(
function
(){
$
(
document
).
click
(
function
(){
var
popup
=
document
.
getElementById
(
"
popup
"
);
if
(
popup
)
{
popup
.
parentNode
.
removeChild
(
popup
);
}
});
});
</script>
</body>
</html>
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