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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user