Opacity commented in class "loader" and todoincluded
This commit is contained in:
parent
91e03a1a39
commit
f1af1ee1bd
2 changed files with 16 additions and 17 deletions
|
@ -46,8 +46,7 @@
|
||||||
<style>
|
<style>
|
||||||
.loader {
|
.loader {
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
filter: opacity(0);
|
/* filter: opacity(0); Problem in recent Chrome 68+ */
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -56,5 +55,4 @@
|
||||||
<div id="root" class="loader"></div>
|
<div id="root" class="loader"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -444,6 +444,7 @@ export class KBService {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
// TODO Use envoding based on BOM
|
||||||
Fs.createReadStream(filePath, {
|
Fs.createReadStream(filePath, {
|
||||||
encoding: "UCS-2"
|
encoding: "UCS-2"
|
||||||
}).pipe(parser);
|
}).pipe(parser);
|
||||||
|
|
Loading…
Add table
Reference in a new issue