diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 5bd1ac781..29911dd9e 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1752,7 +1752,7 @@ function drupal_get_js($scope = 'header', $javascript = NULL) { if (function_exists('locale_inc_callback')) { locale_inc_callback('_locale_update_js_files'); } - + if (!isset($javascript)) { $javascript = drupal_add_js(NULL, NULL, $scope); } |