Preserve location hash in referer

This commit is contained in:
John Firebaugh 2013-08-08 11:54:53 -07:00
parent dc5d88d93d
commit eee1c2349c

View file

@ -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();