diff --git a/.couchappignore b/.couchappignore old mode 100644 new mode 100755 diff --git a/.couchapprc b/.couchapprc old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/app.js b/app.js old mode 100644 new mode 100755 diff --git a/attachments/images/bg_gradient.gif b/attachments/images/bg_gradient.gif old mode 100644 new mode 100755 diff --git a/attachments/images/couch.png b/attachments/images/couch.png old mode 100644 new mode 100755 diff --git a/attachments/pages/index.html b/attachments/pages/index.html old mode 100644 new mode 100755 diff --git a/attachments/script/costco.js b/attachments/script/costco.js old mode 100644 new mode 100755 diff --git a/attachments/script/lib/jquery-1.6.1.min.js b/attachments/script/lib/jquery-1.6.1.min.js old mode 100644 new mode 100755 diff --git a/attachments/script/lib/jquery.couch2.js b/attachments/script/lib/jquery.couch2.js old mode 100644 new mode 100755 diff --git a/attachments/script/lib/jquery.hotkeys.js b/attachments/script/lib/jquery.hotkeys.js old mode 100644 new mode 100755 diff --git a/attachments/script/lib/jquery.mustache.js b/attachments/script/lib/jquery.mustache.js old mode 100644 new mode 100755 diff --git a/attachments/script/lib/microevent.js b/attachments/script/lib/microevent.js old mode 100644 new mode 100755 diff --git a/attachments/script/lib/traverse.js b/attachments/script/lib/traverse.js old mode 100644 new mode 100755 diff --git a/attachments/script/lib/underscore.js b/attachments/script/lib/underscore.js old mode 100644 new mode 100755 diff --git a/attachments/script/recline.js b/attachments/script/recline.js old mode 100644 new mode 100755 diff --git a/attachments/script/site.js b/attachments/script/site.js old mode 100644 new mode 100755 index 801558cc..829e9485 --- a/attachments/script/site.js +++ b/attachments/script/site.js @@ -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); diff --git a/attachments/script/util.js b/attachments/script/util.js old mode 100644 new mode 100755 diff --git a/attachments/style/data-table.css b/attachments/style/data-table.css old mode 100644 new mode 100755 diff --git a/attachments/style/images/loader-blue.gif b/attachments/style/images/loader-blue.gif old mode 100644 new mode 100755 diff --git a/attachments/style/images/loader.gif b/attachments/style/images/loader.gif old mode 100644 new mode 100755 diff --git a/attachments/style/reset.css b/attachments/style/reset.css old mode 100644 new mode 100755 diff --git a/attachments/style/style.css b/attachments/style/style.css old mode 100644 new mode 100755 diff --git a/readme.md b/readme.md old mode 100644 new mode 100755