mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
jQuery: update to version 3.6.0
This commit is contained in:
parent
5906afbc2e
commit
9dfc6b9d03
2 changed files with 2063 additions and 1221 deletions
3282
src/static/js/vendors/jquery.js
vendored
3282
src/static/js/vendors/jquery.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -80,7 +80,7 @@ describe('Admin > Settings', function () {
|
|||
await helper.waitForPromise(async () => {
|
||||
oldStartTime = await getStartTime();
|
||||
return oldStartTime != null && oldStartTime > 0;
|
||||
}, 1000, 500);
|
||||
}, 2100, 500);
|
||||
helper.admin$('#restartEtherpad').trigger('click');
|
||||
await helper.waitForPromise(async () => {
|
||||
const startTime = await getStartTime();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue