diff --git a/scripts/uncompressed/history.js b/scripts/uncompressed/history.js index 299e7721..7fef7269 100644 --- a/scripts/uncompressed/history.js +++ b/scripts/uncompressed/history.js @@ -927,7 +927,7 @@ */ History.isTraditionalAnchor = function(url_or_hash){ // Check - var isTraditional = !(/[\/\?\.]/.test(url_or_hash)); + var isTraditional = !(/[\/\?]/.test(url_or_hash)); // Return return isTraditional;