1.1 --- a/java/nekurak.net-web/web/js/komentare.js Tue Jun 08 03:18:12 2010 +0200
1.2 +++ b/java/nekurak.net-web/web/js/komentare.js Sat Jun 19 14:00:11 2010 +0200
1.3 @@ -3,3 +3,11 @@
1.4 komentare.zobrazFormular = function () {
1.5 $("#formularKomentuj").toggle();
1.6 };
1.7 +
1.8 +komentare.nahled = function() {
1.9 + $("#formularKomentuj .vystup").load("komentare", $("#formularKomentuj form").serialize());
1.10 +};
1.11 +
1.12 +komentare.odeslat = function() {
1.13 + $("#formularKomentuj .vystup").load("komentare?odeslat=true", $("#formularKomentuj form").serialize());
1.14 +};