Subversion Repositories SmartDukaan

Rev

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

Rev 35620 Rev 35675
Line 1308... Line 1308...
1308
                        $('.ChartContainer').html(response);
1308
                        $('.ChartContainer').html(response);
1309
                    });
1309
                    });
1310
                });
1310
                });
1311
 
1311
 
1312
 
1312
 
1313
        $(document).on("click", "p.description-offer",
1313
        $(document).on("click", ".description-offer",
1314
                function (e) {
1314
                function (e) {
1315
                    var offerid = $(this).data('offerid');
1315
                    var offerid = $(this).data('offerid');
1316
                    console.log(offerid);
1316
                    console.log(offerid);
1317
                    doGetAjaxRequestHandler(context + "/getOfferMargins?offerId="
1317
                    doGetAjaxRequestHandler(context + "/getOfferMargins?offerId="
1318
                            + offerid, function (response) {
1318
                            + offerid, function (response) {