chore: Update exp360-embed script to latest version
Upgrades the exp360-embed script from version 3.8.59 to 4.1.17. Removes specific query parameters to simplify the script source URL. This update may include performance improvements, bug fixes, and new features introduced in the latest version.
This commit is contained in:
parent
48fcfbe3f2
commit
93a3f27ba7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if ($completion->is_enabled($cm)) {
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<script src='https://cdn.exp360.com/embed/js/exp360-embed-3.8.59.js?d=d667dff2-97bb-437e-85d2-f7550d87a4d0&p=web'></script>
|
||||
<script src='https://cdn.exp360.com/embed/js/exp360-embed-4.1.17.js'></script>
|
||||
|
||||
<script>
|
||||
function startContent() {
|
||||
|
|
Loading…
Reference in a new issue