Skip to content
Snippets Groups Projects
Commit 525fc546 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Rollback of #325908.

parent f53e5005
No related branches found
No related tags found
No related merge requests found
......@@ -1346,6 +1346,9 @@ function system_performance_settings() {
'#submit' => array('system_clear_cache_submit'),
);
$form['#submit'][] = 'drupal_clear_css_cache';
$form['#submit'][] = 'drupal_clear_js_cache';
return system_settings_form($form);
}
......
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