bug fix from prev commit
This commit is contained in:
@@ -2132,7 +2132,13 @@
|
||||
|
||||
if(typeof pop_state == "undefined" || !pop_state){
|
||||
console.log('backToFrontPage push state');
|
||||
history.pushState({home:true}, null, _base_url+drupalSettings.path.currentLanguage);
|
||||
state = {
|
||||
home:true,
|
||||
context:"home",
|
||||
caller:null
|
||||
}
|
||||
_states_history.unshift(state);
|
||||
history.pushState(state, null, _base_url+drupalSettings.path.currentLanguage);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user