Skip to content

Commit

Permalink
Merge branch 'Full-text-features-main' of github.com:effective-webwor…
Browse files Browse the repository at this point in the history
…k/dfg-viewer into Full-text-features-main
  • Loading branch information
chrizzor committed Jul 10, 2024
2 parents 1575a47 + d6867aa commit 8ad49d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Resources/Private/JavaScript/dfgviewerScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ $(document).ready(function () {
$('.fwds, .backs')
.on('mouseenter', function () {
$(this).addClass('over').siblings('[class$=' + $(this).attr('class').split(' ')[0].slice(1) + ']').addClass('over');


})
.on('mouseleave', function () {
$(this).removeClass('over').siblings('.measureBacks, .measureFwds').removeClass('over');
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Less/all.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
@import "modules/score.less";
@import "modules/gridview.less";
@import "modules/sidebar.less";
@import "modules/home.less";
@import "modules/home.less";
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<f:comment>
<!--
<!--
* (c) Kitodo. Key to digital objects e.V. <[email protected]>
*
* This file is part of the Kitodo and TYPO3 projects.
Expand Down

0 comments on commit 8ad49d1

Please sign in to comment.