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:
parent
2d9b3d73b9
commit
a490fc4442
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue