Skip to content

Commit

Permalink
SAK-45826 - When creating a new site, there is no longer a default se…
Browse files Browse the repository at this point in the history
…lected (sakaiproject#9563)

Click first site rather than unselect, builds off previous commit
  • Loading branch information
jonespm committed Aug 18, 2021
1 parent 607843a commit 7839729
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ sakai.siteTypeSetup = function(){
}
});

// Click the first item in the create site screen
$('input[name="itemType"]').first().click();
};

sakai.setupToggleAreas = function(toggler, togglee, openInit, speed){
Expand Down

0 comments on commit 7839729

Please sign in to comment.