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: 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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue