diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/docs/main.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/docs/main.js b/lib/docs/main.js index a2c567fa38..9ff8d42d45 100644 --- a/lib/docs/main.js +++ b/lib/docs/main.js @@ -1,4 +1,4 @@ -//'use strict'; +'use strict'; (function() { var domStatus = document.getElementById("status"); @@ -1543,6 +1543,7 @@ if (location.hash[0] === '#' && location.hash.length > 1) { var query = location.hash.substring(1); var qpos = query.indexOf("?"); + var nonSearchPart; if (qpos === -1) { nonSearchPart = query; } else { |
