Subversion Repositories SmartDukaan

Rev

Rev 35629 | Rev 36080 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35629 Rev 35675
Line 1731... Line 1731...
1731
                        $('.ChartContainer').html(response);
1731
                        $('.ChartContainer').html(response);
1732
                    });
1732
                    });
1733
                });
1733
                });
1734
 
1734
 
1735
 
1735
 
1736
        $(document).on("click", "p.description-offer",
1736
        $(document).on("click", ".description-offer",
1737
                function (e) {
1737
                function (e) {
1738
                    var offerid = $(this).data('offerid');
1738
                    var offerid = $(this).data('offerid');
1739
                    console.log(offerid);
1739
                    console.log(offerid);
1740
                    doGetAjaxRequestHandler(context + "/getOfferMargins?offerId="
1740
                    doGetAjaxRequestHandler(context + "/getOfferMargins?offerId="
1741
                            + offerid, function (response) {
1741
                            + offerid, function (response) {