Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.0' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/8.0
  • Loading branch information
metaventis-build committed Jan 19, 2024
2 parents 701d76f + 388a15d commit 6fd72fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>

Expand All @@ -91,7 +91,7 @@
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>

Expand Down
4 changes: 4 additions & 0 deletions service/src/main/php/src/tools/h5p/js/customEdu.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.field-name-extraTitle {
display: none;
}

.tab-panel > nav {
display: none;
}

0 comments on commit 6fd72fa

Please sign in to comment.