fixing problems with new post

This commit is contained in:
jeena 2013-07-17 00:44:47 +02:00
parent 3fff224924
commit 16d7016e29
10 changed files with 851 additions and 807 deletions

View file

@ -7,7 +7,7 @@ var bungloo = {
entityProfile: null,
conversation: null,
search: null,
cache: {},
cache: { profiles: {}},
newpost: null
};