diff options
author | jessib <jessib@leap.se> | 2013-02-07 10:01:54 -0800 |
---|---|---|
committer | jessib <jessib@leap.se> | 2013-02-07 10:01:54 -0800 |
commit | 2d8b7b5ea52e73516315d365c51867005b893c0b (patch) | |
tree | b3a7a736134eee73a60c7dd8055e2b5cdd9aff5f /help/app | |
parent | 40955e06c038ad3d84bfe88052c501fb7a6208d8 (diff) |
Use more recent version of bootstrap-editable-rails, and a change to have the editing be inline rather than popup.
Diffstat (limited to 'help/app')
-rw-r--r-- | help/app/assets/javascripts/tickets.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help/app/assets/javascripts/tickets.js b/help/app/assets/javascripts/tickets.js index 8f58e86..5376a6e 100644 --- a/help/app/assets/javascripts/tickets.js +++ b/help/app/assets/javascripts/tickets.js @@ -1,3 +1,4 @@ $(document).ready(function () { + $.fn.editable.defaults.mode = 'inline'; $('#title').editable(); });
\ No newline at end of file |