Subversion Repositories SmartDukaan

Rev

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

Rev 20671 Rev 20672
Line 507... Line 507...
507
                        }
507
                        }
508
                    } else if (store == 4) {
508
                    } else if (store == 4) {
509
                        var urll = apihost+"categories/saholicdeal/"+proid;
509
                        var urll = apihost+"categories/saholicdeal/"+proid;
510
                        $.ajax({
510
                        $.ajax({
511
                            method: "GET",
511
                            method: "GET",
-
 
512
                            async: false,
512
                            url:  urll,
513
                            url:  urll,
513
                        },'json')
514
                        },'json')
514
                        .done(function(msg){
515
                        .done(function(msg){
515
                            if (typeof(Storage) !== "undefined") {
516
                            if (typeof(Storage) !== "undefined") {
516
                                localStorage.removeItem("productdetail");
517
                                localStorage.removeItem("productdetail");