/[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.15, Thu Mar 26 17:30:54 2009 UTC revision 1.9.8.16, Wed Nov 11 16:26:15 2009 UTC
# Line 1  Line 1 
1  // $Id: popups.js,v 1.9.8.11 2009/03/20 00:03:03 starbow Exp $  // $Id: popups.js,v 1.9.8.15 2009/03/26 17:30:54 starbow Exp $
2    
3  /**  /**
4   * Popup Modal Dialog API   * Popup Modal Dialog API
# Line 598  Popups.removePopup = function(popup) { Line 598  Popups.removePopup = function(popup) {
598    }    }
599    if (popup) {    if (popup) {
600      popup.$popup().remove();      popup.$popup().remove();
601      Popups.popupStack.splice(Popups.popupStack.indexOf(popup), 1); // Remove popup from stack.  Probably should rework into .pop()      Popups.popupStack.splice(jQuery.inArray(popup,Popups.popupStack), 1); // Remove popup from stack.  Probably should rework into .pop()
602    }    }
603  };  };
604    

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

  ViewVC Help
Powered by ViewVC 1.1.2