You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
after a fresh install, the clock widget, as configured as instructed on the wiki, doesn't show up.
In order to get it work, i had to comment out the code below in vendor/app.js:
/* comment out so that clock widget works and avoid js console error "SyntaxError: return not in function app.js:64"
if ($('.dock > .columns > .textwidget > div > h6:contains(" double")')) {
$('.dock > .columns > .textwidget')
return htm.replace(" double", "");
}); */
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
after a fresh install, the clock widget, as configured as instructed on the wiki, doesn't show up.
In order to get it work, i had to comment out the code below in vendor/app.js:
/* comment out so that clock widget works and avoid js console error "SyntaxError: return not in function app.js:64"
if ($('.dock > .columns > .textwidget > div > h6:contains(" double")')) {
$('.dock > .columns > .textwidget')
return htm.replace(" double", "");
}); */
Thanks.
The text was updated successfully, but these errors were encountered: