]> git.openstreetmap.org Git - rails.git/blob - app/assets/javascripts/login.js
Bump osm-community-index from 5.6.3 to 5.7.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 });