Mercurial > defr > drupal > popups
comparison patches/8-facebook-skin-no-firebug-logging.patch @ 2:c076d54409cb
Popus: Version RF
author | Franck Deroche <franck@defr.org> |
---|---|
date | Fri, 31 Dec 2010 13:46:12 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:76f9b43738f2 | 2:c076d54409cb |
---|---|
1 Index: skins/facebook/facebook.js | |
2 =================================================================== | |
3 --- skins/facebook/facebook.js (révision 2066) | |
4 +++ skins/facebook/facebook.js (copie de travail) | |
5 @@ -3,7 +3,6 @@ | |
6 * Custom theming for the popupsLoading. | |
7 */ | |
8 Drupal.theme.popupLoading = function() { | |
9 -console.log("Drupal.theme.popupLoading: Facebook"); | |
10 var loading; | |
11 loading += '<div id="popups-loading">'; | |
12 loading += ' <table>'; | |
13 @@ -30,7 +29,6 @@ | |
14 }; | |
15 | |
16 Drupal.theme.popupTemplate = function (popupId) { | |
17 -console.log("Drupal.theme.popupTemplate: Facebook"); | |
18 var template; | |
19 template += '<div id="' + popupId + '" class ="popups-box">'; | |
20 template += ' <table>'; | |
21 @@ -85,4 +83,4 @@ | |
22 $popup.height($popup.height() + 20); | |
23 } | |
24 } | |
25 -}; | |
26 \ No newline at end of file | |
27 +}; |