diff options
-rwxr-xr-x | textbook_companion.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index cf2d3cb..288c605 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -1211,5 +1211,4 @@ function textbook_companion_init() $path = drupal_get_path('module', 'textbook_companion'); drupal_add_css($path . '/css/textbook_companion.css'); drupal_add_js($path . '/js/textbook_companion.js'); - drupal_add_js($path . '/js/jquery-1.7.1.js'); } |