mirror of https://github.com/mthenw/frontail.git
parent
ce7aadcd4e
commit
9994060700
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
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
|
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
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
|
@ -129,11 +129,8 @@ window.App = (function app(window, document) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_newLinesCount += 1;
|
if (_newLinesCount < 99) {
|
||||||
|
_newLinesCount += 1;
|
||||||
if (_newLinesCount > 99) {
|
|
||||||
Tinycon.setBubble(99);
|
|
||||||
} else {
|
|
||||||
Tinycon.setBubble(_newLinesCount);
|
Tinycon.setBubble(_newLinesCount);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "frontail",
|
"name": "frontail",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"description": "streaming logs to the browser",
|
"description": "streaming logs to the browser",
|
||||||
"homepage": "https://github.com/mthenw/frontail",
|
"homepage": "https://github.com/mthenw/frontail",
|
||||||
"author": "Maciej Winnicki <maciej.winnicki@gmail.com>",
|
"author": "Maciej Winnicki <maciej.winnicki@gmail.com>",
|
||||||
|
|
Loading…
Reference in New Issue