Removed obsolete $ in source files

This commit is contained in:
Manuel Cillero 2017-08-29 14:13:02 +02:00
parent a39c010e06
commit e5f2b64d98
146 changed files with 836 additions and 1081 deletions

View file

@ -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);
});
}