Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The bunny rabbit "Make a new one" button has broken in the scheduler #18

Open
timbl opened this issue Jan 8, 2020 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@timbl
Copy link
Contributor

timbl commented Jan 8, 2020

Uncaught TypeError: Cannot read property 'mintNew' of undefined
    at initializeNewInstanceAtBase (mashlib.js:109240)
    at initializeNewInstanceInWorkspace (mashlib.js:109232)
    at gotWS (mashlib.js:121529)
    at HTMLButtonElement.<anonymous> (mashlib.js:121401)


Top level:   this is undefined in this.mintNew(…)

    var initializeNewInstanceAtBase = function initializeNewInstanceAtBase(thisInstance, newBase) {
      var options = {
        thisInstance: thisInstance,
        newBase: newBase
      };
      this.mintNew(context, options).then(function (options) {
        var p = div.appendChild(dom.createElement('p'));
        p.setAttribute('style', 'font-size: 140%;');
@timbl timbl added the bug Something isn't working label Jan 8, 2020
@timbl
Copy link
Contributor Author

timbl commented Jan 8, 2020

To gt this, go to the scheduler poll within a meeting click the button to make a new scheduler (not a new meeting)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants