Fixed update notification popping up when it shouldn't

Review Request #3043 — Created April 4, 2012 and submitted

Information

Review Board

Reviewers

Fixed update notification popping up when it shouldn't.

There was a format mismatch with the template sending dates to
javascript, which compared it with a different date format and
thought there was a review update. Fixed this by sending the
datetime objects to javascript in ISO 8601 format, and wrapping
the dates in "localtime off" tags.
    
Also removed some unused imports.
Manually debugged the date mismatches in the javascript console, and setting the lookup time from 5 minutes to 5 seconds.

Unit tests passed.
SM
  1. Looks good to me.
  2. 
      
chipx86
  1. Ship It!
  2. 
      
DD
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (56c5bf4)
Loading...