/[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.9.2.12.2.4, Wed Apr 1 00:07:16 2009 UTC revision 1.9.2.12.2.5, Wed Apr 1 00:23:46 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.9.2.12.2.4 2009/04/01 00:07:16 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.9.2.12.2.4  
changed lines
  Added in v.1.9.2.12.2.5

  ViewVC Help
Powered by ViewVC 1.1.2