summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-12 15:39:38 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-12 15:39:38 -0700
commitdb0966a9bce0396b0c98f3532bca8613f77cdb05 (patch)
treeb7a950cd2a76a3154b4a6cbc10c3e1014e3d5313 /modules/gallery
parent87f8b6ff0a76f51183f14515723a8345f7c14fa6 (diff)
Fix up some indentation and comment style.
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/js/l10n_client.js22
1 files changed, 9 insertions, 13 deletions
diff --git a/modules/gallery/js/l10n_client.js b/modules/gallery/js/l10n_client.js
index a1170e2d..a1b970e7 100644
--- a/modules/gallery/js/l10n_client.js
+++ b/modules/gallery/js/l10n_client.js
@@ -60,25 +60,21 @@ jQuery.extend(Gallery, {
$('#l10n-client').height('22em').removeClass('hidden');
//$('#l10n-client').slideUp();
$('#g-minimize-l10n').text("_");
- /*
- * This CSS clashes with Gallery's CSS, probably due to
- * YUI's grid / floats.
- if(!$.browser.msie) {
- $('body').css('border-bottom', '22em solid #fff');
- }
- */
+ // This CSS clashes with Gallery's CSS, probably due to
+ // YUI's grid / floats.
+ // if(!$.browser.msie) {
+ // $('body').css('border-bottom', '22em solid #fff');
+ // }
$.cookie('Gallery_l10n_client', '1', {expires: 7, path: '/'});
break;
case 0:
$('#l10n-client-string-select, #l10n-client-string-editor, #l10n-client .labels .label').hide();
$('#l10n-client').height('2em').addClass('hidden');
// TODO: Localize this message
- $('#g-minimize-l10n').text(MSG_TRANSLATE_TEXT);
- /*
- if(!$.browser.msie) {
- $('body').css('border-bottom', '0px');
- }
- */
+ $('#g-minimize-l10n').text(MSG_TRANSLATE_TEXT);
+ // if(!$.browser.msie) {
+ // $('body').css('border-bottom', '0px');
+ // }
$.cookie('Gallery_l10n_client', '0', {expires: 7, path: '/'});
break;
}