mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-23 23:11:04 -04:00
fixing failing unit tests in travisCI
This commit is contained in:
parent
11375a4f59
commit
2cbf528894
4 changed files with 6 additions and 10 deletions
|
@ -4817,10 +4817,6 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
|
||||
// initialize other modules/"classes"
|
||||
Alert.init();
|
||||
if (!InitialCheck.init()) {
|
||||
// something major is wrong, stop right away
|
||||
return;
|
||||
}
|
||||
Model.init();
|
||||
AttachmentViewer.init();
|
||||
DiscussionViewer.init();
|
||||
|
@ -4831,6 +4827,10 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
TopNav.init();
|
||||
UiHelper.init();
|
||||
z = (await zlib);
|
||||
if (!InitialCheck.init()) {
|
||||
// something major is wrong, stop right away
|
||||
return;
|
||||
}
|
||||
|
||||
// check whether existing paste needs to be shown
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue