Comment #3 on issue 3408 by ke...@keithmoyer.com: ReviewBoard 2.0.1 - RB is undefined error on IE8
http://code.google.com/p/reviewboard/issues/detail?id=3408

If I add
PIPELINE_MIMETYPES = (
    (b'text/coffeescript', '.coffee'),
    (b'text/less', '.less'),
    (b'text/javascript', '.js'),
    (b'text/x-sass', '.sass'),
    (b'text/x-scss', '.scss')
)
to my settings_local.py (the newer django pipelines defaults to application/javascript, which IE8 doesn't like), I get further but still fail:

'XMLHttpRequest.prototype' is null or not an object base.min.9bf67e7ea227.js, line 1 character 12697 'XMLHttpRequest.prototype' is null or not an object base.min.9bf67e7ea227.js, line 1 character 12697
  'RB.UserSession' is null or not an object  diff, line 421 character 5
  'RB.UserSession' is null or not an object  diff, line 421 character 5
'RB.ReviewRequest.CLOSE_DISCARDED' is null or not an object reviews.min.00ba5bbcb4cb.js, line 3 character 31396 'RB.ReviewRequest.CLOSE_DISCARDED' is null or not an object reviews.min.00ba5bbcb4cb.js, line 3 character 31396
  'RB.PageManager' is null or not an object  diff, line 434 character 5
  'RB.PageManager' is null or not an object  diff, line 434 character 5



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to