Chromium Code Reviews| Index: chrome/browser/resources/options/about_page.js |
| diff --git a/chrome/browser/resources/options/about_page.js b/chrome/browser/resources/options/about_page.js |
| index 8fc57a03f03abfe26a8f32cc5c729384d5223ed8..e7fd0aff04bf53db0632992ff0e6ba1d0a816e1e 100644 |
| --- a/chrome/browser/resources/options/about_page.js |
| +++ b/chrome/browser/resources/options/about_page.js |
| @@ -154,7 +154,7 @@ cr.define('options', function() { |
| }; |
| AboutPage.setUpdateImage = function(state) { |
| - $('updateIcon').className= 'update-icon ' + state; |
|
kochi
2010/12/20 08:00:18
What is this change?
satorux1
2010/12/20 08:16:15
Good catch. This was an editing error. Fixed.
|
| + |
| }; |
| AboutPage.changeToRestartButton = function() { |