diff options
author | elijah <elijah@riseup.net> | 2013-06-23 22:14:45 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-23 22:14:45 -0700 |
commit | fdf67344a80fcde0aab21c27d00412eeca609ca1 (patch) | |
tree | 4aef080bfabd06dc177ff5e1601f43268602b93f /help/app/assets | |
parent | 9f8549fd485ee3dc9e63850a2af2a8859fdb70cc (diff) |
fix several issues with tickets: js error, when to redirect, navigation, localization.
Diffstat (limited to 'help/app/assets')
-rw-r--r-- | help/app/assets/javascripts/tickets.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/help/app/assets/javascripts/tickets.js b/help/app/assets/javascripts/tickets.js index 5376a6e..bf7965c 100644 --- a/help/app/assets/javascripts/tickets.js +++ b/help/app/assets/javascripts/tickets.js @@ -1,4 +1,4 @@ -$(document).ready(function () { - $.fn.editable.defaults.mode = 'inline'; - $('#title').editable(); -});
\ No newline at end of file +//$(document).ready(function () { +// $.fn.editable.defaults.mode = 'inline'; +// $('#title').editable(); +//});
\ No newline at end of file |