We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37426aa commit fe3c184Copy full SHA for fe3c184
src/Dripper.php
@@ -27,7 +27,7 @@ public function getHtmlAttribute() : string
27
. "}"
28
. "setInterval(function () { caffeineSendDrip(); }, $this->interval);"
29
. "setInterval(function () {"
30
- . " if (new Date() - ld >= $this->threshold ) {"
+ . " if (new Date() - ld >= $this->interval + $this->threshold) {"
31
. " location.reload(true);"
32
. " }"
33
. "}, $this->checkInterval);"
0 commit comments