1 drupal.inc | drupal_clear_js_cache() |
Deletes old cached JavaScript files and variables.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 1081 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_clear_js_cache() {
backdrop_clear_js_cache();
}