You are here

function _tablesorter_form_submit in Tablesorter 7

Submit handler for the tablesorter settings form.

1 string reference to '_tablesorter_form_submit'
tablesorter_form in ./tablesorter.module
Configuration form.

File

./tablesorter.module, line 179
Tablesorter.

Code

function _tablesorter_form_submit() {

  // Clear cache when the settings change to make sure the right css is loaded.
  cache_clear_all('tablesorter', 'cache_libraries');
}