fix bug to add click handler on column specific menus

This commit is contained in:
Max Ogden
2011-07-22 23:21:32 -07:00
parent 1bb6c3fe57
commit a6093b1018
24 changed files with 3 additions and 0 deletions

0
attachments/script/costco.js Normal file → Executable file
View File

0
attachments/script/lib/jquery-1.6.1.min.js vendored Normal file → Executable file
View File

0
attachments/script/lib/jquery.couch2.js Normal file → Executable file
View File

0
attachments/script/lib/jquery.hotkeys.js Normal file → Executable file
View File

0
attachments/script/lib/jquery.mustache.js Normal file → Executable file
View File

0
attachments/script/lib/microevent.js Normal file → Executable file
View File

0
attachments/script/lib/traverse.js Normal file → Executable file
View File

0
attachments/script/lib/underscore.js Normal file → Executable file
View File

0
attachments/script/recline.js Normal file → Executable file
View File

3
attachments/script/site.js Normal file → Executable file
View File

@@ -40,6 +40,9 @@ app.after = {
util.render('cellEditor', cell, {value: cell.text()});
})
},
columnActions: function() {
recline.handleMenuClick();
},
cellEditor: function() {
$('.data-table-cell-editor .okButton').click(function(e) {
var cell = $(e.target);

0
attachments/script/util.js Normal file → Executable file
View File