Skip to content
Snippets Groups Projects
Commit fe0652f9 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 9f9eeffd
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ function root_link()
return "root".link(file_area.web_vpath_prefix);
}
const sorting_description = {
var sorting_description = {
"NAME_AI": "Name ascending",
"NAME_DI": "Name descending",
"NATURAL": "Date ascending",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment