projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bump coverallsapp/github-action from 2.2.3 to 2.3.0
[rails.git]
/
app
/
assets
/
javascripts
/
login.js
1
$(document).ready(function () {
2
// Preserve location hash in referer
3
if (window.location.hash) {
4
$("#referer").val($("#referer").val() + window.location.hash);
5
}
6
});