Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
00f935e7
Commit
00f935e7
authored
Mar 13, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web-api: fix duplicate const spd declaration in JS
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
3b51a58e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
route-web-api.py
router/route-web-api.py
+0
-1
No files found.
router/route-web-api.py
View file @
00f935e7
...
@@ -1176,7 +1176,6 @@ function renderCheck(data) {
...
@@ -1176,7 +1176,6 @@ function renderCheck(data) {
}
}
// Speed test (file URL)
// Speed test (file URL)
const spd = data.speed || {};
if (Object.keys(spd).length) {
if (Object.keys(spd).length) {
const ssec = mkDiv('check-section');
const ssec = mkDiv('check-section');
const fname = (data.file_url || '').split('/').pop().split('?')[0];
const fname = (data.file_url || '').split('/').pop().split('?')[0];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment