Commit 76e735c6 authored by Nahla Shiri's avatar Nahla Shiri

menu fixe

parent 4ac0e8a6
This diff is collapsed.
...@@ -110,6 +110,14 @@ jQuery(document).ready(function() { ...@@ -110,6 +110,14 @@ jQuery(document).ready(function() {
jQuery(window).bind("popstate", function(e) {
var state = e.originalEvent.state;
if ( state === null ) {
var back_link = jQuery('.close-panel .circle-btn a').attr('href');
window.location.href = back_link;
}
});
}); });
jQuery.urlParam = function(name) { jQuery.urlParam = function(name) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment