fix updating favico every line

pull/86/merge 4.0.2
Maciej Winnicki 2017-02-27 15:28:46 +01:00
parent ce7aadcd4e
commit 9994060700
No known key found for this signature in database
GPG Key ID: 035AA4FA2183ADFA
3 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2013 Maciej Winnicki
Copyright (c) 2017 Maciej Winnicki
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

View File

@ -129,11 +129,8 @@ window.App = (function app(window, document) {
return;
}
_newLinesCount += 1;
if (_newLinesCount > 99) {
Tinycon.setBubble(99);
} else {
if (_newLinesCount < 99) {
_newLinesCount += 1;
Tinycon.setBubble(_newLinesCount);
}
};

View File

@ -1,6 +1,6 @@
{
"name": "frontail",
"version": "4.0.1",
"version": "4.0.2",
"description": "streaming logs to the browser",
"homepage": "https://github.com/mthenw/frontail",
"author": "Maciej Winnicki <maciej.winnicki@gmail.com>",