Skip to content

Commit f23c51c

Browse files
committed
Merge branch '6.x' into 7.x
Conflicts: Ahah.inc File.inc
2 parents 4ecb206 + 98d2307 commit f23c51c

13 files changed

+1316
-11
lines changed

Ahah.inc

+8
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,12 @@ class Ahah {
110110
));
111111
}
112112

113+
/**
114+
* Loads the needed ahah.js file so that Drupal.settings
115+
* are updated when AHAH elements with AHAH callbacks are created
116+
*/
117+
public static function get_ahah_js() {
118+
drupal_add_js(drupal_get_path('module', 'php_lib') . '/js/ahah/ahah.js', 'footer');
119+
}
120+
113121
}

0 commit comments

Comments
 (0)