forked from cory/tildefriends
Mention all sources when sharing an app. I don't entirely know how blobs replicate, and this seems safest.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3761 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@@ -179,7 +179,7 @@ window.addEventListener('load', function() {
|
||||
}
|
||||
window.parent.postMessage({appendMessage: message}, '*');
|
||||
document.getElementById('post_text').value = '';
|
||||
Vue.set(g_data, mentions, {});
|
||||
Vue.set(g_data, 'mentions', {});
|
||||
g_data.reply_root = null;
|
||||
g_data.reply_branch = null;
|
||||
},
|
||||
|
Reference in New Issue
Block a user