diff options
Diffstat (limited to 'template/standard/rsrc/main.js')
-rw-r--r-- | template/standard/rsrc/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/rsrc/main.js b/template/standard/rsrc/main.js index b5d1530..a7a424c 100644 --- a/template/standard/rsrc/main.js +++ b/template/standard/rsrc/main.js @@ -1,8 +1,8 @@ //============================================================================== // Elements which contains the location of the previous and next site //============================================================================== -var prev = document.getElementById("prev-site"); -var next = document.getElementById("next-site"); +const prev = document.getElementById("prev-site"); +const next = document.getElementById("next-site"); //============================================================================== // Handle arrow keys and change the location to the desired direction |