| 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>'; |
| 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>'; |