Skip to content
Snippets Groups Projects
Unverified Commit 9bc2f9ee authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3222313 by paulocs: Rename scripts.js to something more descriptive

(cherry picked from commit 101d892a)
parent 3663cc5b
No related branches found
No related tags found
9 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!2571Issue #3000717: Missing mapping for "nodereference_url" widget,!2521Issue #3185775: Place Views preview on the side on large monitors,!1603Issue #3231707: mxr576's core patch playground,!1479Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1478Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1203Issue #3236191 Wrong group exposed form widgets and multiple selection error.,!1076Issue #2903336 Added node context for tokens.,!1015Issue #3226944: REST's Request handler doesn't resolve $data argument for put method
...@@ -49,7 +49,7 @@ public function testBaseLibraryAvailable() { ...@@ -49,7 +49,7 @@ public function testBaseLibraryAvailable() {
$this->drupalGet(''); $this->drupalGet('');
$this->assertSession()->statusCodeEquals(200); $this->assertSession()->statusCodeEquals(200);
$this->assertSession()->responseContains('olivero/css/base/base.css'); $this->assertSession()->responseContains('olivero/css/base/base.css');
$this->assertSession()->responseContains('olivero/js/scripts.js'); $this->assertSession()->responseContains('olivero/js/navigation-utils.js');
} }
/** /**
......
...@@ -57,7 +57,7 @@ global-styling: ...@@ -57,7 +57,7 @@ global-styling:
js: js:
js/checkbox.js: {} js/checkbox.js: {}
js/scripts.js: {} js/navigation-utils.js: {}
js/navigation.js: {} js/navigation.js: {}
js/second-level-navigation.js: {} js/second-level-navigation.js: {}
dependencies: dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment