mirror of https://github.com/mthenw/frontail.git
parent
ce7aadcd4e
commit
9994060700
2
LICENSE
2
LICENSE
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in New Issue