From: Sarven Capadisli Date: Thu, 11 Dec 2008 02:17:55 +0000 (-0500) Subject: Nudge JS process and image removal X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0d85c93bca769ed27968f72330503bf62fd7bc1;p=quix0rs-gnu-social.git Nudge JS process and image removal darcs-hash:20081211021755-efd22-5b2f406b22a87c81cc02f92fee8a0ed64572e113.gz --- diff --git a/js/util.js b/js/util.js index c68bc9b5c6..404b9d6c1b 100644 --- a/js/util.js +++ b/js/util.js @@ -96,8 +96,6 @@ $(document).ready(function(){ } }); $("#nudge").each(addAjaxHidden); - $("#nudge .submit").bind('click', function(e) { $(this).addClass("processing"); }); - var Subscribe = { dataType: 'xml', beforeSubmit: function(formData, jqForm, options) { $("form.subscribe input[type=submit]").attr("disabled", "disabled"); diff --git a/theme/default/icon_checkmark.gif b/theme/default/icon_checkmark.gif deleted file mode 100644 index 98776df7b5..0000000000 Binary files a/theme/default/icon_checkmark.gif and /dev/null differ diff --git a/theme/default/icon_emote-wink.png b/theme/default/icon_emote-wink.png deleted file mode 100644 index 46be685577..0000000000 Binary files a/theme/default/icon_emote-wink.png and /dev/null differ diff --git a/theme/default/icon_process-working.gif b/theme/default/icon_process-working.gif deleted file mode 100644 index d42f72c723..0000000000 Binary files a/theme/default/icon_process-working.gif and /dev/null differ