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

Diff of /contributions/modules/popups/popups.js

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

revision 1.9.8.14, Thu Mar 26 17:28:47 2009 UTC revision 1.9.8.15, Thu Mar 26 17:30:54 2009 UTC
# Line 1  Line 1 
1  // $Id: popups.js,v 1.9.8.13 2009/03/26 04:43:11 starbow Exp $  // $Id: popups.js,v 1.9.8.11 2009/03/20 00:03:03 starbow Exp $
2    
3  /**  /**
4   * Popup Modal Dialog API   * Popup Modal Dialog API
# Line 1020  Popups.formSuccess = function(popup, dat Line 1020  Popups.formSuccess = function(popup, dat
1020        // Done with changes to the original page, remove effects.        // Done with changes to the original page, remove effects.
1021        Popups.removeLoading();        Popups.removeLoading();
1022        if (!showingMessagePopup) {        if (!showingMessagePopup) {
1023          // If there is not a messages popups, close current layer.          // If there is not a messages popups, pop the stack.
1024            // Sending in null to Popups.close reveales the next popup in the stack.
1025            // If the stack is empty, it will remove the overlay.
1026          Popups.close(null);          Popups.close(null);
1027        }        }
1028      }      }

Legend:
Removed from v.1.9.8.14  
changed lines
  Added in v.1.9.8.15

  ViewVC Help
Powered by ViewVC 1.1.2