| author | |
| committer | |
| log | e39d1ae78ff3829f96db5952ecdcd17dbd533fe8 |
| tree | e18a636d8062ccd3171cab27f60c02433c3d4112 |
| parent | 40a2844c304ebe35fdbb2798499b67ca943c0259 |
1 files changed, 2 insertions(+), 1 deletions(-)
lib/docs/main.js+2-1| ... | ... | @@ -1,4 +1,4 @@ |
| 1 | //'use strict'; | |
| 1 | 'use strict'; | |
| 2 | 2 | |
| 3 | 3 | (function() { |
| 4 | 4 | var domStatus = document.getElementById("status"); |
| ... | ... | @@ -1543,6 +1543,7 @@ |
| 1543 | 1543 | if (location.hash[0] === '#' && location.hash.length > 1) { |
| 1544 | 1544 | var query = location.hash.substring(1); |
| 1545 | 1545 | var qpos = query.indexOf("?"); |
| 1546 | var nonSearchPart; | |
| 1546 | 1547 | if (qpos === -1) { |
| 1547 | 1548 | nonSearchPart = query; |
| 1548 | 1549 | } else { |