Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Seth
Website
Compare revisions
d24ea134ef8435bd55048d335b34c92af9ff2b4c to 89f6f06a15b889aa85ac745ef14b9b97b83d9af0
You need to sign in or sign up before continuing.
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
seth/ipv4.army
Select target project
No results found
89f6f06a15b889aa85ac745ef14b9b97b83d9af0
Select Git revision
Branches
main
1 result
Swap
Target
seth/ipv4.army
Select target project
seth/ipv4.army
1 result
d24ea134ef8435bd55048d335b34c92af9ff2b4c
Select Git revision
Branches
main
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/front/index.tsx
+7
-7
7 additions, 7 deletions
src/front/index.tsx
with
7 additions
and
7 deletions
src/front/index.tsx
View file @
89f6f06a
...
...
@@ -15,7 +15,7 @@ let resetCount = "";
document
.
onclick
=
()
=>
{
clicks
++
;
if
(
clicks
%
5
==
=
0
)
{
if
(
clicks
%
5
==
0
)
{
snacker
({
message
:
`Please stop.
${
resetCount
}
`
,
});
...
...
This diff is collapsed.
Click to expand it.