You are here

behavior_weights.module in Behavior weights 7

Same filename and directory in other branches
  1. 6 behavior_weights.module

File

behavior_weights.module
View source
<?php

function behavior_weights_init() {
  drupal_add_js(drupal_get_path('module', 'behavior_weights') . '/behavior_weights.js');
}

Functions