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
c550001f
Commit
c550001f
authored
7 years ago
by
codedust
Browse files
Options
Downloads
Patches
Plain Diff
Prevent naming collision with jQuery's $-function
parent
6bea6b29
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app.js
+57
-56
57 additions, 56 deletions
app.js
with
57 additions
and
56 deletions
app.js
+
57
−
56
View file @
c550001f
...
@@ -12,7 +12,10 @@
...
@@ -12,7 +12,10 @@
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
*/
var
firmwarewizard
=
function
()
{
var
app
=
{};
// helper functions
function
$
(
s
)
{
function
$
(
s
)
{
return
document
.
querySelector
(
s
);
return
document
.
querySelector
(
s
);
}
}
...
@@ -79,9 +82,7 @@ function scrollDown() {
...
@@ -79,9 +82,7 @@ function scrollDown() {
}
}
}
}
var
firmwarewizard
=
function
()
{
// constants
var
app
=
{};
var
IGNORED_ELEMENTS
=
[
var
IGNORED_ELEMENTS
=
[
'
./
'
,
'
../
'
,
'
experimental.manifest
'
,
'
beta.manifest
'
,
'
stable.manifest
'
,
'
./
'
,
'
../
'
,
'
experimental.manifest
'
,
'
beta.manifest
'
,
'
stable.manifest
'
,
'
-tftp
'
,
'
-fat
'
,
'
-loader
'
,
'
-NA
'
,
'
-x2-
'
,
'
-hsv2
'
,
'
-p1020
'
'
-tftp
'
,
'
-fat
'
,
'
-loader
'
,
'
-NA
'
,
'
-x2-
'
,
'
-hsv2
'
,
'
-p1020
'
...
...
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