This commit is contained in:
Baris Soner Usakli
2014-01-18 16:00:05 -05:00
parent 5072b9c8a5
commit d8e14acbbf
3 changed files with 10 additions and 10 deletions

View File

@@ -192,7 +192,7 @@ define(['taskbar'], function(taskbar) {
});
postContainer.on('click', '.formatting-bar button', function() {
postContainer.on('click', '.action-bar button', function() {
var action = $(this).attr('data-action');
switch(action) {