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
{{ message }}
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
it seem to be fixed here but once I apt-get install cozy, I got a version with ReferenceError: next is not defined app.js:1085:7
with indeed an error in the function variable definition:
[...]this)).onValue(function(path){varloc;loc=window.location;// hereafter is the line 1085:returnwindow.location.href=""+loc.protocol+"//"+loc.host+next;});returnthis.add('nextControl',nextControl);};[...]
so I guess it is just a matter of updating the apt-get package or a build script somewhere?
The sad consequence is that the "c'est parti !" button gives no effect ^^
The text was updated successfully, but these errors were encountered:
it seem to be fixed here but once I
apt-get install cozy
, I got a version withReferenceError: next is not defined app.js:1085:7
with indeed an error in the function variable definition:
so I guess it is just a matter of updating the apt-get package or a build script somewhere?
The sad consequence is that the "c'est parti !" button gives no effect ^^
The text was updated successfully, but these errors were encountered: