Replaced links to static resources with appropriate Rails helpers

This commit is contained in:
Alexey Verkhovsky 2005-07-19 22:27:45 +00:00
parent e5f34fd1db
commit cf3cebb589
4 changed files with 14 additions and 15 deletions

View file

@ -50,3 +50,6 @@ function overrideAutocomplete() {
}//loop thru input elements
}
}
// This line is executed when the script is loaded
overrideAutocomplete();