From b1367ae8da8e67686f38c99b66c25fa049dbfba3 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 1 Nov 2009 20:53:25 +0100 Subject: Updated button.close styles --- js/util.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js') diff --git a/js/util.js b/js/util.js index c5d03ce11..210459844 100644 --- a/js/util.js +++ b/js/util.js @@ -310,7 +310,7 @@ var SN = { // StatusNet imgLoading : $('address .url')[0].href+'theme/base/images/illustrations/illu_progress_loading-01.gif', bgClickToClose : true, success : function() { - $('#jOverlayContent').append(''); + $('#jOverlayContent').append(''); $('#jOverlayContent button').click($.closeOverlay); }, timeout : 0, @@ -352,7 +352,7 @@ var SN = { // StatusNet NoticeDataAttach: function() { NDA = $('#'+SN.C.S.NoticeDataAttach); NDA.change(function() { - S = '
'+$(this).val()+'
'; + S = '
'+$(this).val()+'
'; NDAS = $('#'+SN.C.S.NoticeDataAttachSelected); (NDAS.length > 0) ? NDAS.replaceWith(S) : $('#'+SN.C.S.FormNotice).append(S); $('#'+SN.C.S.NoticeDataAttachSelected+' button').click(function(){ @@ -372,7 +372,7 @@ var SN = { // StatusNet $('.entity_send-a-message').append(document._importNode($('form', data).get(0), true)); NDMF = $('.entity_send-a-message .form_notice'); SN.U.FormNoticeEnhancements(NDMF); - NDMF.append(''); + NDMF.append(''); $('.entity_send-a-message button').click(function(){ NDMF.hide(); return false; -- cgit v1.2.3-54-g00ecf