Преглед на файлове

Merge pull request #2350 from rparree/hash-problem

Fixed not bing able to follow same inner links twice with history:false
Hakim El Hattab преди 5 години
родител
ревизия
ae556d0844
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      js/reveal.js

+ 5 - 0
js/reveal.js

@@ -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,