diff --git a/nullboard.html b/nullboard.html
index 30cf2cf..cced3d6 100644
--- a/nullboard.html
+++ b/nullboard.html
@@ -555,6 +555,7 @@
overflow: hidden;
line-height: 22px;
padding-top: 0;
+ padding-bottom: 11px;
}
/***/
@@ -1055,7 +1056,7 @@
}
.fsize-z1 .dragster.collapsed {
- line-height: 24px;
+ line-height: 25px;
}
.fsize-z1 .board .note .ops {
@@ -1242,7 +1243,7 @@
{
this.type = '?';
- this.conf = null;
+ this.conf = new AppConfig();
this.boardIndex = new Map();
}
@@ -1501,8 +1502,6 @@
{
var conf = this.getJson('config');
- this.conf = new AppConfig();
-
if (conf && (conf.format != NB.confVersion))
{
if (! confirm('Preferences are stored in an unsupported format. Reset them?'))
@@ -1633,21 +1632,6 @@
}
}
- function _rollback()
- {
- localStorage.removeItem('nullboard.config');
-
- var metas = [];
-
- for (var i=0; i