Fix some issues that were breaking javascript in firefox.

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

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.

reviewbot
  1. Tool: PEP8 Style Checker
    Ignored Files:
        reviewboard/static/rb/js/utils/textUtils.js
    
    
    
    Tool: Pyflakes
    Ignored Files:
        reviewboard/static/rb/js/utils/textUtils.js
    
    
  2. 
      
chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (9299388)
Loading...