constant FITVIDS_PLUGIN_URL in FitVids 7
Same name and namespace in other branches
- 8 fitvids.module \FITVIDS_PLUGIN_URL
4 uses of FITVIDS_PLUGIN_URL
- fitvids_enable in ./
fitvids.install - Enable the module
- fitvids_form in ./
fitvids.module - Configuraton form, called by drupal_get_form() in current_posts_menu().
- fitvids_help in ./
fitvids.module - Implements hook_help().
- fitvids_requirements in ./
fitvids.install - If the plugin doesn't exist, show a warning on the status page
File
- ./
fitvids.module, line 9 - Includes the FitVids.js jQuery plugin for fluid width video embeds.
Code
define("FITVIDS_PLUGIN_URL", 'https://raw.github.com/davatron5000/FitVids.js/master/jquery.fitvids.js');