/[drupal]/contributions/modules/simplemenu/simplemenu.js
ViewVC logotype

Diff of /contributions/modules/simplemenu/simplemenu.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.10, Fri Dec 12 06:24:18 2008 UTC revision 1.10.2.1, Wed Apr 1 01:10:13 2009 UTC
# Line 1  Line 1 
1  // $Id: simplemenu.js,v 1.9.2.12.2.3 2008/12/06 18:04:45 rz Exp $  // $Id: simplemenu.js,v 1.10 2008/12/12 06:24:18 rz Exp $
2    
3  $(document).ready(function() {  Drupal.behaviors.simplemenuAttach = function(context) {
4    // If detect pop-ups setting is enabled and we are in a pop-up window    // If detect pop-ups setting is enabled and we are in a pop-up window
5    if (Drupal.settings.simplemenu.detectPopup && window.opener) {    if (Drupal.settings.simplemenu.detectPopup && window.opener) {
6          return;          return;
# Line 48  $(document).ready(function() { Line 48  $(document).ready(function() {
48            .removeAttr('title');            .removeAttr('title');
49    
50           $('#simplemenu').children('li.expanded').addClass('root');           $('#simplemenu').children('li.expanded').addClass('root');
51  });  };
52    
53    
54  /* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net)  /* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.2.1

  ViewVC Help
Powered by ViewVC 1.1.2