Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit ac5bf9c

Browse files
committed
some code clean-up
1 parent 8753e7f commit ac5bf9c

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

css/obBase.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,14 +1506,6 @@ h5 {
15061506
top: 35px;
15071507
}
15081508
1509-
/*.modal-fullscreen .modal-childMain {
1510-
top: 76px;
1511-
}
1512-
1513-
.modal-fullscreen.modal.modal-navOffset .modal-childMain {
1514-
top: 35px;
1515-
}
1516-
*/
15171509
.modal-childMain {
15181510
border-radius: 3px;
15191511
background-color: #327eb8;
@@ -4373,7 +4365,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
43734365
}
43744366
43754367
/*
4376-
Different types of modals (e.g. loading, page-connect-modal, server-connect) have
4368+
Different types of modals (e.g. loading, page-connect-modal, server-connect...) have
43774369
different dimensions (e.g. some cover chat, some cover nav bar...). We'll be
43784370
fudging the position of loading spinners and content so that if these modals
43794371
are shown in succession, there is no "jump" of the spinner / content.

js/start.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ var Polyglot = require('node-polyglot'),
6767
setServerUrl,
6868
guidCreating,
6969
platformClass;
70-
// appBar;
7170

7271
if (process.platform === 'darwin') {
7372
platformClass = 'platform-mac';
@@ -368,18 +367,7 @@ var setCurrentBitCoin = function(cCode, userModel, callback) {
368367
};
369368

370369
var profileLoaded;
371-
var moo;
372370
var loadProfile = function(landingRoute, onboarded) {
373-
if (!moo) {
374-
moo = 'shoo';
375-
376-
setTimeout(() => {
377-
loadProfile();
378-
}, 2000);
379-
380-
return;
381-
}
382-
383371
var externalRoute = remote.getGlobal('externalRoute');
384372

385373
landingRoute = landingRoute && landingRoute != undefined ? landingRoute : '#';

0 commit comments

Comments
 (0)