mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
polishing
This commit is contained in:
parent
d8b949ecbe
commit
a791af80fe
@ -123,7 +123,7 @@ var onLocalDataReceived = function(details) {
|
||||
if ( lastBackupFile !== '' ) {
|
||||
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(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', '');
|
||||
}
|
||||
|
||||
|
@ -43,7 +43,6 @@ ul#userSettings {
|
||||
<ul>
|
||||
<li>
|
||||
<li style="display: none;"><span data-i18n="settingsLastBackupPrompt"></span><ul>
|
||||
<li>
|
||||
<li>
|
||||
</ul>
|
||||
<li style="display: none;"><span data-i18n="settingsLastRestorePrompt"></span><ul>
|
||||
|
Loading…
Reference in New Issue
Block a user