Subversion Repositories SmartDukaan

Rev

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

Rev 27914 Rev 27919
Line 984... Line 984...
984
                investmentCloseFlag = !investmentCloseFlag;
984
                investmentCloseFlag = !investmentCloseFlag;
985
            });
985
            });
986
        });
986
        });
987
 
987
 
988
 
988
 
989
        $(document).on("click", "#description-offer",
989
        $(document).on("click", "div.description-offer",
990
                function (e) {
990
                function (e) {
991
                    var offerid = $(this).data('offerid');
991
                    var offerid = $(this).data('offerid');
992
                    console.log(offerid);
992
                    console.log(offerid);
993
                    doGetAjaxRequestHandler(context + "/getOfferMargins?offerId="
993
                    doGetAjaxRequestHandler(context + "/getOfferMargins?offerId="
994
                            + offerid, function (response) {
994
                            + offerid, function (response) {