diff options
Diffstat (limited to 'railties/html')
-rw-r--r-- | railties/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/html/index.html b/railties/html/index.html index 1f5e62bb16..d739d4b27e 100644 --- a/railties/html/index.html +++ b/railties/html/index.html @@ -183,7 +183,7 @@ <script type="text/javascript"> function about() { if (Element.empty('about-content')) { - new Ajax.Updater('about-content', 'rails_info/properties', { + new Ajax.Updater('about-content', 'rails/info/properties', { method: 'get', onFailure: function() {Element.classNames('about-content').add('failure')}, onComplete: function() {new Effect.BlindDown('about-content', {duration: 0.25})} |