Skip to content

Commit

Permalink
https://github.com/scaron/prettyphoto/pull/178
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 committed Jun 6, 2023
1 parent 0dfeeaf commit dd31bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.prettyPhoto.js
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@
}

function clearHashtag(){
if ( location.href.indexOf('#prettyPhoto') !== -1 ) location.hash = "prettyPhoto";
if ( location.href.indexOf('#prettyPhoto') !== -1 ) location.hash = "";
}

function getParam(name,url){
Expand Down

0 comments on commit dd31bac

Please sign in to comment.