function imagecrop_modalframe_js in Image javascript crop 6
Add extra js for the modalframe.
1 call to imagecrop_modalframe_js()
- imagecrop_showcrop in ./
imagecrop.admin.inc - Show the cropped image.
File
- ./
imagecrop.module, line 920 - Provides a javascript toolbox through an imagecache action.
Code
function imagecrop_modalframe_js() {
drupal_add_js(drupal_get_path('module', 'imagecrop') . '/imagecrop_modalframe.js');
}