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

Diff of /contributions/modules/feedback/feedback.js

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

revision 1.3, Sun Oct 19 19:10:23 2008 UTC revision 1.4, Thu Oct 1 03:20:33 2009 UTC
# Line 1  Line 1 
1  // $Id: feedback.js,v 1.2 2008/08/08 18:05:30 sun Exp $  // $Id: feedback.js,v 1.3 2008/10/19 19:10:23 sun Exp $
2    (function ($) {
3    
4  /**  /**
5   * Attach collapse behavior to the feedback form block (once).   * Attach collapse behavior to the feedback form block (once).
# Line 65  Drupal.feedbackFormSubmit = function(for Line 66  Drupal.feedbackFormSubmit = function(for
66    return false;    return false;
67  }  }
68    
69  if (Drupal.jsEnabled) {  $(document).ready(function() {
70    $(document).ready(function() {    Drupal.feedbackSetup();
71      Drupal.feedbackSetup();  });
72    });  
73  }  })(jQuery)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2