Subversion Repositories SmartDukaan

Rev

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

Rev 1199 Rev 1239
Line 82... Line 82...
82
      cache: false,
82
      cache: false,
83
      success: function(html){
83
      success: function(html){
84
        if(html!=1){
84
        if(html!=1){
85
          //alert(html);
85
          //alert(html);
86
          $('#productListCenter2').html(html);
86
          $('#productListCenter2').html(html);
87
          $('ul.product-description li').textOverflow();
87
          $('ul.product-description li').truncate({addtitle: true});
88
        }else{
88
        }else{
89
          //alert("Sorry! Unexpected Error. Try again!");
89
          //alert("Sorry! Unexpected Error. Try again!");
90
        }
90
        }
91
      }
91
      }
92
    });
92
    });