make sure to always show the add accounts ui instead of the old configure settings status pane.
This commit is contained in:
Родитель
8cc9a1cb46
Коммит
eb14527bf3
|
@ -43,16 +43,6 @@
|
|||
<div id="clickBlock" class="hidden"></div>
|
||||
|
||||
<!-- Start status messages -->
|
||||
<div id="statusSettings" class="status hidden noConfig">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="/dev/1/share/i/f1-icon-grey.png"> <a target="_blank" class="settingsLink" href="/dev/1/settings/">click here to setup F1</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="statusSharing" class="status hidden">
|
||||
<table>
|
||||
<tr>
|
||||
|
|
|
@ -168,10 +168,10 @@ function (require, $, object, fn, rdapi, oauth,
|
|||
accounts(
|
||||
function (accts) {
|
||||
if (!accts || !accts.length) {
|
||||
showStatus('statusSettings');
|
||||
tabButtonsDom.eq(0).click();
|
||||
}
|
||||
}, function (err) {
|
||||
showStatus('statusSettings');
|
||||
tabButtonsDom.eq(0).click();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче