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: lightbox.js,v 1.5.2.6.2.136 2010/09/24 08:39:40 snpower Exp $ */
|
||||
|
||||
/**
|
||||
* jQuery Lightbox
|
||||
* @author
|
||||
|
@ -1187,4 +1185,3 @@ Drupal.behaviors.initLightbox = function (context) {
|
|||
Lightbox.initList(context);
|
||||
$('#lightboxAutoModal', context).triggerHandler('click');
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue