1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Reset window location hash on form post

This commit is contained in:
Afterster 2014-11-01 22:07:54 +01:00
parent 2d9b3d73b9
commit a490fc4442

View file

@ -62,6 +62,7 @@ $(function() {
success:function(data, status, jqXHR) success:function(data, status, jqXHR)
{ {
loadContentData(data, status, jqXHR); loadContentData(data, status, jqXHR);
window.location.hash = "";
}, },
error: function(jqXHR, status, errorThrown) error: function(jqXHR, status, errorThrown)
{ {