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
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
  • 96333250
    Issue #3065574 by Charlie ChX Negyesi, quietone, amateescu: getUntranslated()... · 96333250
    catch authored
    Issue #3065574 by Charlie ChX Negyesi, quietone, amateescu: getUntranslated() doesn't refer to anything
@@ -78,10 +78,9 @@ public function getTranslationLanguages($include_default = TRUE);
public function getTranslation($langcode);
/**
* Returns the translatable object referring to the original language.
* Returns the translatable object in the language it was created.
*
* @return $this
* The translation object referring to the original language.
*/
public function getUntranslated();
Loading