You are here

function manualcrop_update_7109 in Manual Crop 7

Removed the has_js cookie check.

File

./manualcrop.install, line 367
Install, update and uninstall functions for the Manual Crop module.

Code

function manualcrop_update_7109(&$sandbox) {
  variable_del('manualcrop_skip_js_check');
}