diff options
author | Hakim El Hattab | 2012-10-20 10:57:51 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-10-20 10:57:51 -0400 |
commit | ecb4347ec1d9db8cceec1cb28385fc2326087b17 (patch) | |
tree | 95cc45f145bcd277a8b4af50cd1481774abfc2bc /js | |
parent | 3413d99b2ba7f7609b955b044bb35f28a8fa2e8f (diff) |
modularize themes and convert them to sass (closes #191)
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js index c2769e5..b08580b 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -664,6 +664,8 @@ var Reveal = (function(){ updateControls(); + // Update the URL hash after a delay since updating it mid-transition + // is likely to cause visual lag clearTimeout( writeURLTimeout ); writeURLTimeout = setTimeout( writeURL, 1500 ); |