Subversion Repositories SmartDukaan

Rev

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

Rev 27919 Rev 27920
Line 984... Line 984...
984
                investmentCloseFlag = !investmentCloseFlag;
984
                investmentCloseFlag = !investmentCloseFlag;
985
            });
985
            });
986
        });
986
        });
987
 
987
 
988
 
988
 
989
        $(document).on("click", "div.description-offer",
989
        $(document).on("click", "p.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) {
995
                        $('.offer-margin-container .modal-content').html(response);
995
                        $('.offer-margin-container .modal-content').html(response);
996
                    });
996
                    });
997
 
-
 
998
 
-
 
999
                });
997
                });
1000
 
998
 
1001
 
999
 
1002
        $(document).on("click", ".cancel-description",
1000
        $(document).on("click", ".cancel-description",
1003
                function (e) {
1001
                function (e) {