Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
nail-biter
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Jean-Marie PRIGENT
nail-biter
Commits
bc9d90ed
Commit
bc9d90ed
authored
2 years ago
by
Jean-Marie PRIGENT
Browse files
Options
Downloads
Patches
Plain Diff
another test to update border color (theme)
parent
dbba2d9b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nailbiter/application/export_models/netlify/sketch.js
+1
-2
1 addition, 2 deletions
nailbiter/application/export_models/netlify/sketch.js
with
1 addition
and
2 deletions
nailbiter/application/export_models/netlify/sketch.js
+
1
−
2
View file @
bc9d90ed
...
...
@@ -88,12 +88,11 @@ function gotResult(error, results) {
document
.
body
.
style
.
backgroundImage
=
"
linear-gradient(315deg, #00b712 0%, #5aff15 74%)
"
;
}
if
(
label
===
"
nail-biting
"
){
document
.
head
.
querySelector
(
"
meta[name=theme-color]
"
).
setAttribute
(
"
content
"
,
"
#ff416c
"
);
//
document.head.querySelector("meta[name=theme-color]").setAttribute("content", "#ff416c");
document
.
body
.
style
.
backgroundColor
=
"
#ff416c
"
;
document
.
body
.
style
.
backgroundImage
=
"
linear-gradient(to right, #ff416c, #ff4b2b)
"
;
// Play sound trigger
notifyAudio
.
play
();
}
// Classifiy again!
classifyVideo
();
...
...
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