Skip to content

Commit

Permalink
v4.0.60 - Support Git Updater
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansalvatori committed Jul 9, 2023
1 parent 7529a16 commit aa36e53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions resources/assets/scripts/util/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class DragScroll {
}

calculate() {
if (!this.$items.length) return;
this.progress = 0;
this.wrapWidth = this.$items[0].clientWidth * this.$items.length;
this.$wrap.style.width = `${this.wrapWidth}px`;
Expand Down
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ License: MIT License
License URI: https://opensource.org/licenses/MIT
Requires PHP: 7.3
Requires at least: 5.4
GitHub Theme URI: adriansalvatori/alma
GitHub Theme URI: https://github.com/adriansalvatori/alma
*/

0 comments on commit aa36e53

Please sign in to comment.