fix: remove redundant URL parameter from embedded script
Removed the redundant 'v=3' parameter from the script URL to ensure compatibility and potentially improve load performance. The parameter was unnecessary for the script versioning in this context.
This commit is contained in:
parent
ad89a284fc
commit
f61fc7b852
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $content_id = $exp360->content_id;
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<script src='https://cdn.exp360.com/embed/js/exp360-embed-3.8.59.js?v=3&d=d667dff2-97bb-437e-85d2-f7550d87a4d0&p=web'></script>
|
||||
<script src='https://cdn.exp360.com/embed/js/exp360-embed-3.8.59.js?d=d667dff2-97bb-437e-85d2-f7550d87a4d0&p=web'></script>
|
||||
|
||||
<script>
|
||||
function startContent() {
|
||||
|
|
Loading…
Reference in a new issue