| ... | @@ -1,4 +1,4 @@ | ... | @@ -1,4 +1,4 @@ |
| 1 | //'use strict'; | 1 | 'use strict'; |
| 2 | | 2 | |
| 3 | (function() { | 3 | (function() { |
| 4 | var domStatus = document.getElementById("status"); | 4 | var domStatus = document.getElementById("status"); |
| ... | @@ -1543,6 +1543,7 @@ | ... | @@ -1543,6 +1543,7 @@ |
| 1543 | if (location.hash[0] === '#' && location.hash.length > 1) { | 1543 | if (location.hash[0] === '#' && location.hash.length > 1) { |
| 1544 | var query = location.hash.substring(1); | 1544 | var query = location.hash.substring(1); |
| 1545 | var qpos = query.indexOf("?"); | 1545 | var qpos = query.indexOf("?"); |
| | 1546 | var nonSearchPart; |
| 1546 | if (qpos === -1) { | 1547 | if (qpos === -1) { |
| 1547 | nonSearchPart = query; | 1548 | nonSearchPart = query; |
| 1548 | } else { | 1549 | } else { |