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();
|
||||
};
|
||||
|
||||
|
|
|
@ -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');
|
||||
};
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id: lightbox2.js,v 1.1.4.39 2010/06/07 15:24:24 snpower Exp $ */
|
||||
|
||||
function alt_layout_handler(event) {
|
||||
if ($("input[name=lightbox2_lite]:checked").val() != 1) {
|
||||
if ($("input[name=lightbox2_use_alt_layout]:checked").val() == 1) {
|
||||
|
@ -185,5 +183,3 @@ if (Drupal.jsEnabled) {
|
|||
$("textarea[name=lightbox2_custom_trigger_classes]").bind("change", image_node_handler);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id: lightbox_lite.js,v 1.1.2.2.2.19 2010/06/07 14:54:30 snpower Exp $ */
|
||||
|
||||
/**
|
||||
* Lightbox JS: Fullsize Image Overlays
|
||||
* by Lokesh Dhakar - http://www.huddletogether.com
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// $Id: lightbox_modal.js,v 1.1.2.5 2010/06/07 17:22:03 snpower Exp $
|
||||
|
||||
function lightbox2_login() {
|
||||
$("a[href*='/user/login'], a[href*='?q=user/login']").each(function() {
|
||||
$(this).attr({
|
||||
|
@ -30,4 +28,3 @@ Drupal.behaviors.initLightboxModal = function (context) {
|
|||
lightbox2_contact();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id: lightbox_video.js,v 1.1.4.20 2010/09/21 17:57:22 snpower Exp $ */
|
||||
|
||||
/**
|
||||
* Lightbox video
|
||||
* @author
|
||||
|
|
Reference in a new issue