Changeset 808

Show
Ignore:
Timestamp:
04/18/08 15:47:06 (5 months ago)
Author:
seancribbs
Message:

Revert error fade and correct CHANGELOG.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/radiant/CHANGELOG

    r807 r808  
    22 
    33=== SVN 
    4 * All flash messages now fade after 3 seconds. [Sean Cribbs] 
    54* Notice area now fades away after 3 seconds. [Andrew O'Brien] 
     5* <r:find /> now accepts paths relative to the current page. [Andrew O'Brien] 
    66* Update RSpec and RSpec on Rails to r3333. [Josh French] 
    77* Add autotest support for Radiant and extensions. [Josh French] 
  • trunk/radiant/public/javascripts/admin.js

    r807 r808  
    6666  }); 
    6767 
    68   when('error', function(error) { 
    69     new Effect.Fade(error, {delay: 3}); 
    70   }); 
    7168}); 
    7269