This commit is contained in:
barisusakli
2014-06-23 19:45:45 -04:00
parent 3e73e17502
commit 1296cd58b9
6 changed files with 52 additions and 43 deletions

View File

@@ -225,8 +225,6 @@ define('composer', dependencies, function(taskbar, controls, uploads, formatting
uploads.toggleThumbEls(postContainer, composer.posts[post_uuid].topic_thumb || '');
}
postContainer.on('change', 'input, textarea', function() {
composer.posts[post_uuid].modified = true;
});