work on post views

This commit is contained in:
albert
2010-03-12 12:32:31 -05:00
parent 15c134b270
commit 9f29ffc8c3
18 changed files with 486 additions and 317 deletions

View File

@@ -1,8 +0,0 @@
// Post.init_blacklisted();
// Cookie.setup();
$(document).ready(function() {
$("#hide-upgrade-account-link").click(function() {
$("#upgrade-account").hide();
// Cookie.put('hide-upgrade-account', '1', 7);
});
});