1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 01:35:47 +01:00

Finish the Great Opening Brace Correction.

This commit is contained in:
Doug Kearns
2009-11-09 16:03:00 +11:00
parent 8ef1674c6e
commit a7925705d7
22 changed files with 334 additions and 656 deletions

View File

@@ -4,8 +4,7 @@
// given in the LICENSE.txt file included with this file.
function checkFragment()
{
function checkFragment() {
let frag = document.location.hash.substr(1);
if (!frag || document.getElementById(frag))
return;