Removed obsolete $ in source files
This commit is contained in:
parent
a39c010e06
commit
e5f2b64d98
146 changed files with 836 additions and 1081 deletions
|
@ -1,5 +1,3 @@
|
|||
/* $Id: auto_image_handling.js,v 1.1.4.33 2010/09/22 21:07:57 snpower Exp $ */
|
||||
|
||||
// Image Node Auto-Format with Auto Image Grouping.
|
||||
// Original version by Steve McKenzie.
|
||||
// Altered by Stella Power for jQuery version.
|
||||
|
@ -262,4 +260,3 @@ function lightbox2_image_nodes() {
|
|||
Drupal.behaviors.initAutoLightbox = function (context) {
|
||||
lightbox2_image_nodes();
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue