Skip to content

Commit

Permalink
Merge branch 'main' of git@github.com:Stirling-Tools/Stirling-PDF.git…
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
a committed Oct 22, 2024
2 parents 51c4a60 + aa00808 commit 532f7cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
2 changes: 1 addition & 1 deletion chart/stirling-pdf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.30.0
appVersion: 0.30.1
description: locally hosted web application that allows you to perform various operations
on PDF files
home: https://github.com/Stirling-Tools/Stirling-PDF
Expand Down
39 changes: 0 additions & 39 deletions src/main/resources/static/js/multitool/horizontalScroll.js

This file was deleted.

4 changes: 1 addition & 3 deletions src/main/resources/templates/multi-tool.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
<script type="module">
import PdfContainer from './js/multitool/PdfContainer.js';
import DragDropManager from "./js/multitool/DragDropManager.js";
import scrollDivHorizontally from "./js/multitool/horizontalScroll.js";
import ImageHighlighter from "./js/multitool/ImageHighlighter.js";
import PdfActionsManager from './js/multitool/PdfActionsManager.js';
import FileDragManager from './js/multitool/fileInput.js';
Expand All @@ -93,7 +92,6 @@
const fileDragManager = new FileDragManager();

// Scroll the wrapper horizontally
scrollDivHorizontally('pages-container-wrapper');

// Automatically exposes rotateAll, addFiles and exportPdf to the window for the global buttons.
const pdfContainer = new PdfContainer(
Expand All @@ -111,4 +109,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 532f7cd

Please sign in to comment.