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

Getting MQ is not defined error #318

Open
khesualdo opened this issue Dec 17, 2024 · 1 comment
Open

Getting MQ is not defined error #318

khesualdo opened this issue Dec 17, 2024 · 1 comment

Comments

@khesualdo
Copy link

  1. Downloaded this repo
  2. Ran npm install
  3. Ran make
  4. /build was generated with /fonts, mathquill.css, mathquill.js, and mathquill.min.js

When trying to run in the browser get MQ is not defined error.

Uncommenting jQuery and /fonts/Symbola-basic.css doesn't help.

Any suggestions?

<html>
  <head>
    <title>MQ test</title>
    <!-- <link rel="stylesheet" href="/fonts/Symbola-basic.css"> -->
    <link rel="stylesheet" href="/mathquill.css"/>
    <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> -->
    <script src="/mathquill.min.js"></script>
  </head>
  <body>
    <h1>MQ test</h1>
    <script>
      console.log(MQ);
    </script>
  </body>
</html>
@khesualdo
Copy link
Author

@eluberoff @timstallmann are you able to help out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant