Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

Commit

Permalink
Disable the send-notice form at the top of the page OStatus subscript…
Browse files Browse the repository at this point in the history
…ion confirmation page to work around bugs in Cloudy theme.

This is really just a hack for the broken CSS in the Cloudy theme, I think; copying from other non-notice-navigation pages that do this as well. There will be plenty of others also broken.
  • Loading branch information
bvibber committed Apr 19, 2010
1 parent e547a2f commit acea534
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Empty file modified avatar/.gitignore 100644 → 100755
Empty file.
14 changes: 14 additions & 0 deletions plugins/OStatus/actions/ostatussub.php
Expand Up @@ -446,4 +446,18 @@ function selfLink()
{
return common_local_url('ostatussub');
}

/**
* Disable the send-notice form at the top of the page.
* This is really just a hack for the broken CSS in the Cloudy theme,
* I think; copying from other non-notice-navigation pages that do this
* as well. There will be plenty of others also broken.
*
* @fixme fix the cloudy theme
* @fixme do this in a more general way
*/
function showNoticeForm() {
// nop
}

}

0 comments on commit acea534

Please sign in to comment.