function jquery_update_update_7000 in jQuery Update 7
Same name and namespace in other branches
- 7.3 jquery_update.install \jquery_update_update_7000()
- 7.2 jquery_update.install \jquery_update_update_7000()
The packed version of jQuery is no longer distributed. If that is the chosen version update to minified.
File
- ./
jquery_update.install, line 39 - Install file for jQuery Update.
Code
function jquery_update_update_7000() {
if (variable_get('jquery_update_compression_type', 'min') == 'pack') {
variable_set('jquery_update_compression_type', 'min');
}
variable_del('jquery_update_replace');
}