first cut at a directory popup. It's a bit annoying at the moment, so we'll have to make it less so. Also had second thoughts about the project homepage changes made yesterday. Just because a bunch of Reddit trolls can't get social networking out of their brain long enough to explore other technologies or even read the project page doesn't mean we should pander to them and explain how or why we either are or aren't a social network.

This commit is contained in:
friendica
2013-12-23 17:24:25 -08:00
parent 49d2ada4f8
commit b08d4cc1fe
9 changed files with 196 additions and 9 deletions

8
view/js/mod_directory.js Normal file
View File

@@ -0,0 +1,8 @@
function dirdetails(hash) {
$.get('dirprofile' + '?f=&hash=' + hash, function( data ) {
$.colorbox({ html: data });
});
}