RSS

(root)/drupal/6 : 11 : misc/teaser.js

Ā« back to all changes in this revision

Viewing changes to misc/teaser.js

David Strauss
2010-03-04 01:32:05
Revision ID: david@fourkitchens.com-20100304013205-rzm7nzx405tybf1o
Tags: DRUPAL-6-16
DrupalĀ 6.16

Show diffs side-by-side

added added

removed removed

1
 
// $Id: teaser.js,v 1.12.2.1 2009/05/20 11:50:54 goba Exp $
 
1
// $Id: teaser.js,v 1.12.2.2 2010/03/01 10:13:18 goba Exp $
2
2
 
3
3
/**
4
4
 * Auto-attach for teaser behavior.
88
88
      Drupal.behaviors.textarea(teaser.parentNode);
89
89
    }
90
90
    // Set initial visibility
91
 
    if ($(teaser).is('[@disabled]')) {
 
91
    if ($(teaser).is(':disabled')) {
92
92
      $(teaser).parent().hide();
93
93
    }
94
94
 

Loggerhead 1.17 is a web-based interface for Bazaar branches