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
19
Compare changes
  • Side-by-side
  • Inline
Files
2
  • d17bde5d
    Issue #3293952 by Spokje, longwave: Remove unneeded... · d17bde5d
    Alex Pott authored
    Issue #3293952 by Spokje, longwave: Remove unneeded TextFormatElementFormTest::getUrl() and AssertContentTrait::getUrl()
@@ -132,13 +132,4 @@ public function testTextFormatElement() {
$this->assertNoPattern('|<h4[^>]*></h4>|', 'No empty H4 element found.');
}
/**
* {@inheritdoc}
*/
protected function getUrl() {
// \Drupal\simpletest\AssertContentTrait needs this for ::assertFieldByName
// to work.
return 'Internal rendering';
}
}
Loading