Skip to content

Commit

Permalink
Update pstrotator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Highpoint2000 committed Oct 28, 2024
1 parent c50dde2 commit 4def302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/PSTRotator/pstrotator.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function loadPSTRotator() {
// Configuration variables
const JQUERY_VERSION = '3.6.0'; // Version of jQuery to use
const JQUERY_URL = `https://code.jquery.com/jquery-${JQUERY_VERSION}.min.js`; // URL for jQuery
const IMAGE_URL = `http://${WebserverURL}:${WebserverPORT}${WebserverPath}js/plugins/PSTRotator/Rotor.png`; // URL for background image
const IMAGE_URL = `http://${WebserverURL}:${WebserverPORT}${WebserverPath}js/plugins/PSTRotator/rotor.png`; // URL for background image

let ctx; // Canvas context
let x, y; // Center coordinates of the canvas
Expand Down

0 comments on commit 4def302

Please sign in to comment.