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

Diff of /contributions/modules/region_manager/region_manager.js

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

revision 1.1.2.5 by q0rban, Thu May 21 16:59:23 2009 UTC revision 1.1.2.6 by q0rban, Fri Nov 20 21:55:47 2009 UTC
# Line 1  Line 1 
1  // $Id: region_manager.js,v 1.1.2.4 2009/05/21 02:50:13 q0rban Exp $  // $Id: region_manager.js,v 1.1.2.5 2009/05/21 16:59:23 q0rban Exp $
2    
3  /**  /**
4   * Show/hide form elements for editing a block title.   * Show/hide form elements for editing a block title.
# Line 111  Drupal.behaviors.regionManagerOperations Line 111  Drupal.behaviors.regionManagerOperations
111  /**  /**
112   * Perform actions from operation links   * Perform actions from operation links
113   */   */
114  Drupal.behaviors.regionManagerNodeBlock = function() {  Drupal.behaviors.regionManagerCreate = function() {
115    $('a.region-manager-nodeblock-menu-link').click(function() {    $('a.region-manager-create-menu-link').click(function() {
116      var typesList = $('div.region-manager-nodeblock-menu div.item-list-wrapper');      var typesList = $('div.region-manager-create-menu div.item-list-wrapper');
117      if (typesList.is(':hidden')) {      if (typesList.is(':hidden')) {
118        typesList.show('fast');        typesList.show('fast');
119      }      }

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

  ViewVC Help
Powered by ViewVC 1.1.3