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
+ 13
0
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 98a9766d
    Revert "Revert "Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle,... · 98a9766d
    Alex Pott authored
    Revert "Revert "Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle, xjm, catch: User::setExistingPassword() does not return $this for chaining""
    
    This reverts commit 5681b9ce.
@@ -398,6 +398,7 @@ public function setUsername($username) {
*/
public function setExistingPassword($password) {
$this->get('pass')->existing = $password;
return $this;
}
/**
Loading