add custom-notes field to admins and customers, fixes #1471

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-01-15 21:30:15 +01:00
parent 4e9b2d0e97
commit 7b8885c05e
13 changed files with 78 additions and 6 deletions

View File

@@ -40,6 +40,10 @@ $(document).ready(function() {
$(".tipper").tipper({
direction: "right"
});
// Enable notes
$(".notes").click(function() {
$("#notes_" + $(this).attr("data-id")).toggle("slow");
})
// Enable reset search click
$(".resetsearch").click(function() {
$(".searchtext").val("");