Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

ReferenceError: next is not defined #202

Closed
maxlath opened this issue Nov 6, 2015 · 2 comments
Closed

ReferenceError: next is not defined #202

maxlath opened this issue Nov 6, 2015 · 2 comments
Labels

Comments

@maxlath
Copy link

maxlath commented Nov 6, 2015

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) {
      var loc;
      loc = window.location;
      // hereafter is the line 1085:
      return window.location.href = "" + loc.protocol + "//" + loc.host + next;
    });
    return this.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 ^^

@clochix
Copy link
Contributor

clochix commented Nov 6, 2015

Thanks for reporting @maxlath, this is a regression I introduced some days ago ☹ The fix will be published soon.

@clochix
Copy link
Contributor

clochix commented Dec 4, 2015

Hi @maxlath,

This should have been fixed for some time now.
Don't hesitate to re-open this issue if you still face this problem.

@clochix clochix closed this as completed Dec 4, 2015
paultranvan pushed a commit to paultranvan/cozy-proxy that referenced this issue Apr 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants