1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 22:57:21 +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:
Hakim El Hattab
2019-03-21 09:03:50 +01:00
committed by GitHub

View File

@@ -4296,7 +4296,12 @@
else if( config.hash ) {
window.history.replaceState(null, null, '#' + locationHash());
}
else {
window.location.hash = '';
}
}
}
/**