• 
      

    Fix some issues that were breaking javascript in firefox.

    Review Request #6440 — Created Oct. 14, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    release-2.0.x
    c40f587...

    Reviewers

    This fixes a regression introduced when marked.js was removed. Apparently
    testing global names to see if they're defined doesn't work so well in firefox.
    This broke pretty much all javascript everywhere. Fortunately, we don't care
    about setting any marked.js options anymore, so this can just go away.

    This also fixes a missing semicolon.

    I can edit things on review requests again.