mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
polishing
This commit is contained in:
parent
d8b949ecbe
commit
a791af80fe
2 changed files with 1 additions and 2 deletions
|
@ -123,7 +123,7 @@ var onLocalDataReceived = function(details) {
|
||||||
if ( lastBackupFile !== '' ) {
|
if ( lastBackupFile !== '' ) {
|
||||||
dt = new Date(details.lastBackupTime);
|
dt = new Date(details.lastBackupTime);
|
||||||
uDom('#localData > ul > li:nth-of-type(2) > ul > li:nth-of-type(1)').text(dt.toLocaleString('fullwide', timeOptions));
|
uDom('#localData > ul > li:nth-of-type(2) > ul > li:nth-of-type(1)').text(dt.toLocaleString('fullwide', timeOptions));
|
||||||
uDom('#localData > ul > li:nth-of-type(2) > ul > li:nth-of-type(2)').text(lastBackupFile);
|
//uDom('#localData > ul > li:nth-of-type(2) > ul > li:nth-of-type(2)').text(lastBackupFile);
|
||||||
uDom('#localData > ul > li:nth-of-type(2)').css('display', '');
|
uDom('#localData > ul > li:nth-of-type(2)').css('display', '');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,6 @@ ul#userSettings {
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<li style="display: none;"><span data-i18n="settingsLastBackupPrompt"></span><ul>
|
<li style="display: none;"><span data-i18n="settingsLastBackupPrompt"></span><ul>
|
||||||
<li>
|
|
||||||
<li>
|
<li>
|
||||||
</ul>
|
</ul>
|
||||||
<li style="display: none;"><span data-i18n="settingsLastRestorePrompt"></span><ul>
|
<li style="display: none;"><span data-i18n="settingsLastRestorePrompt"></span><ul>
|
||||||
|
|
Loading…
Reference in a new issue