Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ricksouth committed May 14, 2019
1 parent 4b049dc commit 926e8d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ function contentevents() {
});

$("#dlb").on('click', function(e) {
if ($(this).hasClass("active")) {
return;
}
var todownload = $("#todownloadlist a:not(.active)");
if (todownload.length == 0) {
alert("Please select one or more textures to download.");
Expand Down

0 comments on commit 926e8d1

Please sign in to comment.