Skip to content
Snippets Groups Projects
Commit 61e6f5d3 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Change sorting_description from const to var

Since this script can be reloaded in the same scope.

Fixes issue #387.
parent 726223ee
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2969 passed
...@@ -21,7 +21,7 @@ function root_link() ...@@ -21,7 +21,7 @@ function root_link()
return "root".link(file_area.web_vpath_prefix); return "root".link(file_area.web_vpath_prefix);
} }
const sorting_description = { var sorting_description = {
"NAME_AI": "Name ascending", "NAME_AI": "Name ascending",
"NAME_DI": "Name descending", "NAME_DI": "Name descending",
"NATURAL": "Date ascending", "NATURAL": "Date ascending",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment