function jquery_update_update_6200 in jQuery Update 6.2
The packed version of jQuery is no longer distributed. If that is the chosen version update to minified.
File
- ./
jquery_update.install, line 49 - Install file for jQuery Update.
Code
function jquery_update_update_6200() {
$ret = array();
if (variable_get('jquery_update_compression_type', 'min') == 'pack') {
variable_set('jquery_update_compression_type', 'min');
}
return $ret;
}