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

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

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

revision 1.1.4.4, Fri Mar 20 00:03:03 2009 UTC revision 1.1.4.5, Thu Mar 26 22:41:26 2009 UTC
# Line 3  Line 3 
3   * Custom theming for the popupsLoading.   * Custom theming for the popupsLoading.
4   */   */
5  Drupal.theme.popupLoading = function() {  Drupal.theme.popupLoading = function() {
 console.log("Drupal.theme.popupLoading: Facebook");  
6    var loading;    var loading;
7    loading += '<div id="popups-loading">';    loading += '<div id="popups-loading">';
8    loading += '  <table>';    loading += '  <table>';
# Line 30  console.log("Drupal.theme.popupLoading: Line 29  console.log("Drupal.theme.popupLoading:
29  };  };
30    
31  Drupal.theme.popupTemplate = function (popupId) {  Drupal.theme.popupTemplate = function (popupId) {
 console.log("Drupal.theme.popupTemplate: Facebook");  
32    var template;    var template;
33    template += '<div id="' + popupId + '" class ="popups-box">';    template += '<div id="' + popupId + '" class ="popups-box">';
34    template += '  <table>';    template += '  <table>';

Legend:
Removed from v.1.1.4.4  
changed lines
  Added in v.1.1.4.5

  ViewVC Help
Powered by ViewVC 1.1.2