We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fefd9 commit 31583a6Copy full SHA for 31583a6
ui/ceval/src/ctrl.js
@@ -160,7 +160,10 @@ module.exports = function(opts) {
160
// stop when another tab starts
161
lichess.storage.make('ceval.pool.start').listen(function() {
162
// click on element, the only way to have chrome act on background tab
163
- if (enabled()) $('#analyse-toggle-ceval').click();
+ if (enabled()) {
164
+ console.log('ceval.pool.start, closing ceval');
165
+ $('#analyse-toggle-ceval').click();
166
+ }
167
});
168
169
return {
0 commit comments