summaryrefslogtreecommitdiff
path: root/help/app/assets/javascripts/tickets.js
diff options
context:
space:
mode:
Diffstat (limited to 'help/app/assets/javascripts/tickets.js')
-rw-r--r--help/app/assets/javascripts/tickets.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/help/app/assets/javascripts/tickets.js b/help/app/assets/javascripts/tickets.js
new file mode 100644
index 0000000..524df6f
--- /dev/null
+++ b/help/app/assets/javascripts/tickets.js
@@ -0,0 +1,6 @@
+$("#title").editable({
+ });
+
+$(document).ready(function () {
+ $('#title').editable();
+}); \ No newline at end of file