projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'upstream/pull/5926'
[rails.git]
/
app
/
assets
/
javascripts
/
login.js
1
$(function () {
2
// Preserve location hash in referer
3
if (location.hash) {
4
$("#referer").val($("#referer").val() + location.hash);
5
}
6
});