Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
2 files
+ 0
13
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 5681b9ce
    Revert "Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle, xjm,... · 5681b9ce
    Jess authored
    Revert "Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle, xjm, catch: User::setExistingPassword() does not return $this for chaining"
    
    This reverts commit 51e7a083.
@@ -398,7 +398,6 @@ public function setUsername($username) {
*/
public function setExistingPassword($password) {
$this->get('pass')->existing = $password;
return $this;
}
/**
Loading