We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0078146 commit b473c6fCopy full SHA for b473c6f
floating.html
@@ -165,6 +165,16 @@
165
method = 1;
166
}
167
168
+ if (message.method === 1 && method === 3) {
169
+ $("#floating-container .positive, #floating-container .rest, #floating-container .onlyRest")
170
+ .addClass("work")
171
+ .removeClass("positive rest onlyRest");
172
+ $("#time-left-msg").text(i18n.__('min-left'));
173
+ $('#floating-bottom-bar').css("background-color", newWorkColor + "19");
174
+ $('#floating-bottom-bar').css("display", "block");
175
+ method = 1;
176
+ }
177
+
178
if (message.method === 3 && method !== 3) {
179
$(".work").addClass("positive");
180
$(".work").removeClass("rest");
0 commit comments