You are here

function advagg_update_7203 in Advanced CSS/JS Aggregation 7.2

Add forcing of .js files to be application/javascript to follow RFC 4329 7.1.

File

./advagg.install, line 432
Handles Advanced Aggregation installation and upgrade tasks.

Code

function advagg_update_7203(&$sandbox) {
  return advagg_install_update_htaccess('', 'ForceType');
}