Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon Firmware Selector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon Firmware Selector
Commits
f3ed11a7
Commit
f3ed11a7
authored
5 years ago
by
Little-Ben
Committed by
David Bauer
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
also escaping 1st dot in reFileExtension
parent
c07cefe5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app.js
+1
-1
1 addition, 1 deletion
app.js
with
1 addition
and
1 deletion
app.js
+
1
−
1
View file @
f3ed11a7
...
@@ -120,7 +120,7 @@ var firmwarewizard = function() {
...
@@ -120,7 +120,7 @@ var firmwarewizard = function() {
return
index
===
self
.
indexOf
(
e
);
return
index
===
self
.
indexOf
(
e
);
});
});
var
reFileExtension
=
new
RegExp
(
/.
(
bin|img
\.
gz|img|tar|ubi
)
$/
);
var
reFileExtension
=
new
RegExp
(
/
\
.(
bin|img
\.
gz|img|tar|ubi
)
$/
);
var
reRemoveDashes
=
new
RegExp
(
/-/g
);
var
reRemoveDashes
=
new
RegExp
(
/-/g
);
var
reSearchable
=
new
RegExp
(
'
[-/
'
+
NON_BREAKING_SPACE
+
'
]
'
,
'
g
'
);
var
reSearchable
=
new
RegExp
(
'
[-/
'
+
NON_BREAKING_SPACE
+
'
]
'
,
'
g
'
);
var
reRemoveSpaces
=
new
RegExp
(
/ /g
);
var
reRemoveSpaces
=
new
RegExp
(
/ /g
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment