Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vc-roomunlock-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Hartig
vc-roomunlock-web
Compare revisions
0ec320e478ce67205aefeb733cb5f2fe9f523aad to 38ae852525cd047df6d4db8e8e4a942dff2c771e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
janhartig/vc-roomunlock-web
Select target project
No results found
38ae852525cd047df6d4db8e8e4a942dff2c771e
Select Git revision
Branches
main
1 result
Swap
Target
janhartig/vc-roomunlock-web
Select target project
janhartig/vc-roomunlock-web
1 result
0ec320e478ce67205aefeb733cb5f2fe9f523aad
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 (2)
Check room length when getting name from url
· a57a32cc
Jan Hartig
authored
1 year ago
a57a32cc
Merge remote-tracking branch 'origin/main'
· 38ae8525
Jan Hartig
authored
1 year ago
38ae8525
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roomunlock.html
+1
-1
1 addition, 1 deletion
roomunlock.html
with
1 addition
and
1 deletion
roomunlock.html
View file @
38ae8525
...
...
@@ -83,7 +83,7 @@
const
roomUrl
=
document
.
getElementById
(
'
roomUrl
'
);
let
room
=
window
.
location
.
href
.
substring
(
window
.
location
.
href
.
lastIndexOf
(
'
/
'
)
+
1
)
if
(
room
!==
"
raumfreischaltung
"
)
{
if
(
room
.
length
>
2
&&
room
!==
"
raumfreischaltung
"
)
{
roomField
.
value
=
room
;
get_room
();
}
...
...
This diff is collapsed.
Click to expand it.