1. 05 Sep, 2014 1 commit
  2. 23 Jul, 2014 1 commit
  3. 13 Jun, 2014 1 commit
    • Fix JSInput scope leak · fd10fbf7
      Declare variables locally
      - The `allSections` variable was leaking into the global scope, due to a
        typo in the declaration.
      - `dataProcessed` can be declared more narrowly within the callback.
      stv committed
  4. 18 Apr, 2014 1 commit
  5. 20 Dec, 2013 1 commit
  6. 30 Aug, 2013 1 commit
  7. 13 Aug, 2013 1 commit
    • Fix initial loading bug. · e312344d
      Change the `MathJax.Hub.Queue(initializeRequest)` to a simpler function call
      (`initializeRequest.call(this)`). This was failing to give a proper context
      to initializeRequest, and `this.value` was turning up as `undefined`.
      
      Also add a fallback if we need to display some code before MathJax finishes
      its original typesetting.
      
      I was stubbing out `Queue` in my specs, so the tests had to be changed around
      a little.
      Peter Baratta committed
  8. 12 Aug, 2013 1 commit
    • Create a new response type for Numerical/Formula · 735e3b01
      Named `FormulaEquationInput` (name up for debate)
      
      - Based off ChemEqnIn
      - Add FormulaEquationInput in inputtypes.py
      - Add a call to a skeleton method for a preview
      
      javascript:
      
      - Queue up some MathJax
      - Put some ordering on the AJAX requests: add a parameter when the request was started, when it returns check that it isn't outdated before displaying the preview
      - Tests
      
      Note: we moved the `jsinput` tests and DISABLED them, because they were causing the tests to fail.
      Peter Baratta committed
  9. 08 Jul, 2013 1 commit