diff --git a/data/html/event-entry.html b/data/html/event-entry.html index ac45a01d..580fd1a6 100644 --- a/data/html/event-entry.html +++ b/data/html/event-entry.html @@ -1,29 +1,38 @@
-
-
-
-
-
-
- -
- -
-
+
+
- -
-
- - - -
+
+
+
+
+ + + +
+
+
Comment
+ + +
+ +
+
+ + + + +
+
+
-
+ +
-
+
+
diff --git a/data/html/event-log.html b/data/html/event-log.html index 456387e8..7cda57ed 100644 --- a/data/html/event-log.html +++ b/data/html/event-log.html @@ -19,9 +19,9 @@ } }); - $('.comments-section').click(function () { - $(this).find ('.comments-wrapper').show (); - $(this).find ('.comments-wrapper').css ('cursor', 'default'); + $('.comment').click(function () { + $(this).parent ().find ('.comments-wrapper').show (); + //$(this).parent ().find ('.comments-wrapper').css ('cursor', 'default'); }); $("input").click(function () { @@ -50,8 +50,13 @@