diff options
author | Thomas Fuchs <thomas@fesch.at> | 2005-10-09 17:26:24 +0000 |
---|---|---|
committer | Thomas Fuchs <thomas@fesch.at> | 2005-10-09 17:26:24 +0000 |
commit | 2ed689745c14f7f02e5e4a970240e206dcee1b33 (patch) | |
tree | 5dc8532d1724c43f789528b7272c16490402094b | |
parent | 7d101d58400acaff232091485c8e140f0a37cbaf (diff) | |
download | rails-2ed689745c14f7f02e5e4a970240e206dcee1b33.tar.gz rails-2ed689745c14f7f02e5e4a970240e206dcee1b33.tar.bz2 rails-2ed689745c14f7f02e5e4a970240e206dcee1b33.zip |
Make it clear that we are at script.aculo.us V1.5_rc3 now
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2505 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | railties/CHANGELOG | 2 | ||||
-rw-r--r-- | railties/html/javascripts/scriptaculous.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 259eb44e10..154e9afb38 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,6 +1,6 @@ *SVN* -* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails generator to include the new .js files [Thomas Fuchs] +* Update Prototype to V1.4.0_pre11, script.aculo.us to V1.5_rc3 [2504] and fix the rails generator to include the new .js files [Thomas Fuchs] * Make the generator skip a file if it already exists and is identical to the new file. diff --git a/railties/html/javascripts/scriptaculous.js b/railties/html/javascripts/scriptaculous.js index f94af80c47..eeffc07d9e 100644 --- a/railties/html/javascripts/scriptaculous.js +++ b/railties/html/javascripts/scriptaculous.js @@ -20,7 +20,7 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. var Scriptaculous = { - Version: '1.5_rc2', + Version: '1.5_rc3', require: function(libraryName) { // inserting via DOM fails in Safari 2.0, so brute force approach document.write('<script type="text/javascript" src="'+libraryName+'"></script>'); |