Skip to content

Commit

Permalink
stripe update v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent-Ailleres committed Sep 3, 2024
1 parent 962ec6b commit 9f18e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3Dconference2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript" src="nav.js"></script>
<script type="text/javascript" src="3Dconference2025 TEST.js"></script>
<script type="text/javascript" src="3Dconference2025.js"></script>
<link
href="images/favicon.ico"
rel="shortcut icon"
Expand Down
2 changes: 1 addition & 1 deletion 3Dconference2025.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let paragraph = (function () {
pub.setup = () => {
$.ajax({
type: "GET",
url: "3Dconference2025 TEST.json",
url: "3Dconference2025.json",
data: {
get_param: "value",
},
Expand Down

0 comments on commit 9f18e42

Please sign in to comment.