Skip to content
Snippets Groups Projects
Commit 9c20b2fe authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1776030 by sun: Fixed Machine name JavaScript behavior is broken, since...

Issue #1776030 by sun: Fixed Machine name JavaScript behavior is broken, since jquery.once isn't loaded.
parent e6bfe4fd
No related branches found
No related tags found
No related merge requests found
......@@ -1936,6 +1936,7 @@ function system_library_info() {
),
'dependencies' => array(
array('system', 'jquery'),
array('system', 'jquery.once'),
array('system', 'drupal'),
array('system', 'drupal.settings'),
),
......
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