Skip to content

Commit 35894b5

Browse files
committed
updated jquery to v3.4.1
1 parent 3d755a1 commit 35894b5

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h2><i class="material-icons md-txt">people</i>&nbsp;<script>SepiaFW.local.w('ac
304304
<link rel="stylesheet alternate" href="css/sepiaFW-skin-spot.css" class='sepiaFW-style-skin' title='' data-name='Spots'>
305305
<link rel="stylesheet alternate" href="css/sepiaFW-skin-canary-dark.css" class='sepiaFW-style-skin' title='' data-name='DarkCanary'>
306306
<!-- START JS -->
307-
<script src="scripts/jquery-3.1.1.min.js"></script>
307+
<script src="scripts/jquery-3.4.1.min.js"></script>
308308
<!--<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>-->
309309
<script src="scripts/sjcl.js"></script>
310310
<script src="scripts/recorder.js"></script>

www/scripts/jquery-3.1.1.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

www/scripts/jquery-3.4.1.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/sepiaFW.local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function sepiaFW_build_strings(){
193193
StringsEN.noConnectionOrNoCredentials = 'Connection was lost or credentials became invalid. You can wait and try it again, reload the app or login again.';
194194
StringsEN.messageLost = 'The last message could not be delivered';
195195
StringsEN.noAsrSupport = 'I\'m sorry but this client does not support speech recognition :-(';
196-
StringsEN.asrMissingServer = 'I\'m missing some server info to user this speech recognition engine, please check the settings again (ASR server).';
196+
StringsEN.asrMissingServer = 'I\'m missing some server info to use this speech recognition engine, please check the settings again (ASR server).';
197197
StringsEN.asrSettingsProblem = 'Microphone has not been recognized properly or access was denied.';
198198
StringsEN.nobodyThere = 'Uups, sorry but it seems there is nobody here to answer your message :-(';
199199
StringsEN.userNotFound = 'Uups, this user seems to be not available right now :-(';

0 commit comments

Comments
 (0)