Changeset - f900bcadd20a
[Not reviewed]
default
0 1 0
Takumi IINO - 11 years ago 2014-08-21 05:16:51
trot.thunder@gmail.com
templates: attach click .show_more handler in kallithea/templates/journal/journal_data.html
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/journal/journal_data.html
Show inline comments
 
@@ -48,6 +48,11 @@
 
            });
 
            e.preventDefault();
 
        });
 
        $('#journal').on('click','.show_more',function(e){
 
            var el = e.target;
 
            $('#'+el.id.substring(1)).show();
 
            $(el.parentNode).hide();
 
        });
 
    });
 
    </script>
 
%else:
0 comments (0 inline, 0 general)