Fixes #3431: Old JQuery version delivered
This commit is contained in:
parent
d85ce751dc
commit
a1187c218a
6 changed files with 6 additions and 8 deletions
|
@ -139,7 +139,7 @@
|
|||
|
||||
<h3><%- @T('Requirements') %></h3>
|
||||
<p><%- @T("Zammad Chat requires jQuery. If you don't already use it on your website include it like this:") %></p>
|
||||
<pre><code class="language-html js-code"><script src="https://code.jquery.com/jquery-2.1.4.min.js"></script></code></pre>
|
||||
<pre><code class="language-html js-code"><script src="https://code.jquery.com/jquery-3.6.0.min.js"></script></code></pre>
|
||||
|
||||
<h3><%- @T('Automatically show chat') %> (<%- @T('default') %>)</h3>
|
||||
<p><%- @T('The chat will show up once the connection to the server got established and if there is someone online to chat with.') %></p>
|
||||
|
|
|
@ -1821,7 +1821,7 @@ figcaption {
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<script src="jquery-2.1.4.min.js"></script>
|
||||
<script src="jquery-3.6.0.min.js"></script>
|
||||
<!--
|
||||
<script src="node_modules/sass.js/dist/sass.js"></script>
|
||||
-->
|
||||
|
|
4
public/assets/chat/jquery-2.1.4.min.js
vendored
4
public/assets/chat/jquery-2.1.4.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/assets/chat/jquery-3.6.0.min.js
vendored
Normal file
2
public/assets/chat/jquery-3.6.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -125,7 +125,7 @@
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<script src="jquery-2.1.4.min.js"></script>
|
||||
<script src="jquery-3.6.0.min.js"></script>
|
||||
<script src="chat.js"></script>
|
||||
<script>
|
||||
function getSearchParameters() {
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<script src="jquery-2.1.4.min.js"></script>
|
||||
<script src="jquery-3.6.0.min.js"></script>
|
||||
<script src="chat.js"></script>
|
||||
<script>
|
||||
function getSearchParameters() {
|
||||
|
|
Loading…
Reference in a new issue