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