Preserve location hash in referer
This commit is contained in:
parent
dc5d88d93d
commit
eee1c2349c
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
// Preserve location hash in referer
|
||||
if (window.location.hash) {
|
||||
$('#referer').val($('#referer').val() + window.location.hash);
|
||||
}
|
||||
|
||||
$("#openid_open_url").click(function() {
|
||||
$("#openid_url").val("http://");
|
||||
$("#login_openid_buttons").hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue