Skip to content
Snippets Groups Projects
Commit a81d8563 authored by Brian Canini's avatar Brian Canini
Browse files

fixing browser back button cache bug

parent 43ec9d2d
No related branches found
No related tags found
No related merge requests found
jQuery(window).bind("pageshow", function(event) {
if (event.originalEvent.persisted) {
window.location.reload()
}
});
jQuery(document).ready(function(){
//activates lightbox effect on gallery content type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment