mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-06 06:38:08 +02:00
Merge pull request #2350 from rparree/hash-problem
Fixed not bing able to follow same inner links twice with history:false
This commit is contained in:
@@ -4296,8 +4296,13 @@
|
||||
else if( config.hash ) {
|
||||
window.history.replaceState(null, null, '#' + locationHash());
|
||||
}
|
||||
else {
|
||||
window.location.hash = '';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
/**
|
||||
* Retrieves the h/v location and fragment of the current,
|
||||
|
Reference in New Issue
Block a user