aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-03-07 08:52:49 -0500
committergorhill <rhill@raymondhill.net>2015-03-07 08:52:49 -0500
commita791af80fe8fdc554b3920d1616ec6c297742da2 (patch)
tree6895bbad8dd318a7f953d58d63555bae46e54f79
parentd8b949ecbe42fa651a402cdbe8e0cda976ed4297 (diff)
downloaduBlock-a791af80fe8fdc554b3920d1616ec6c297742da2.zip
uBlock-a791af80fe8fdc554b3920d1616ec6c297742da2.tar.gz
uBlock-a791af80fe8fdc554b3920d1616ec6c297742da2.tar.bz2
polishing
-rw-r--r--src/js/settings.js2
-rw-r--r--src/settings.html1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/js/settings.js b/src/js/settings.js
index ddd8bb0..ae10d20 100644
--- a/src/js/settings.js
+++ b/src/js/settings.js
@@ -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', '');
}
diff --git a/src/settings.html b/src/settings.html
index e52cbd7..17fea49 100644
--- a/src/settings.html
+++ b/src/settings.html
@@ -44,7 +44,6 @@ ul#userSettings {
<li>
<li style="display: none;"><span data-i18n="settingsLastBackupPrompt"></span><ul>
<li>
- <li>
</ul>
<li style="display: none;"><span data-i18n="settingsLastRestorePrompt"></span><ul>
<li>