diff --git a/src/epicker.html b/src/epicker.html
index 29a098f64..0d51f2690 100644
--- a/src/epicker.html
+++ b/src/epicker.html
@@ -121,7 +121,7 @@ svg > path:first-child {
svg > path + path {
stroke: #F00;
stroke-width: 0.5px;
- fill: rgba(255,0,0,0.25);
+ fill: rgba(255,31,31,0.25);
}
aside {
background-color: rgba(255,255,255,0.9);
diff --git a/src/js/pagestore.js b/src/js/pagestore.js
index d01b54a8d..d1c642e45 100644
--- a/src/js/pagestore.js
+++ b/src/js/pagestore.js
@@ -728,7 +728,7 @@ PageStore.prototype.logRequest = function(context, result) {
this.perLoadBlockedRequestCount++;
µb.localSettings.blockedRequestCount++;
}
- this.localSettingsModifyTime = now;
+ µb.localSettingsModifyTime = now;
this.logBuffer.writeOne(context, result);
};
diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js
index ea2e260b8..cf92cce3c 100644
--- a/src/js/static-net-filtering.js
+++ b/src/js/static-net-filtering.js
@@ -1885,7 +1885,7 @@ FilterContainer.prototype.fromCompiledContent = function(text, lineBeg) {
factory = this.factories[fields[2]];
- // For development purpose
+ // For development purpose
//if ( this.filterCounts.hasOwnProperty(fields[2]) === false ) {
// this.filterCounts[fields[2]] = 1;
//} else {