Subversion Repositories SmartDukaan

Rev

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

Rev 19833 Rev 19887
Line 62... Line 62...
62
};
62
};
63
 
63
 
64
$(function(){   
64
$(function(){   
65
    if($('div.scrollselector').find('.card').length>0) {
65
    if($('div.scrollselector').find('.card').length>0) {
66
        setTimeout(function(){ document.location.reload(); }, 1000*15*60);
66
        setTimeout(function(){ document.location.reload(); }, 1000*15*60);
67
        if(typeof noscrolling == 'undefined') {
67
        if(typeof noscrolling == 'undefined' && $('.nodeals').length <1) {
68
            $('.scrollselector').jscroll({
68
            $('.scrollselector').jscroll({
69
                loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
69
                loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
70
                autoTriggerUntil: 3,
70
                autoTriggerUntil: 3,
71
                padding: 20,
71
                padding: 20,
72
                callback:loadCartDetails
72
                callback:loadCartDetails