Subversion Repositories SmartDukaan

Rev

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

Rev 17820 Rev 17822
Line 191... Line 191...
191
        'name': 'cart_details',
191
        'name': 'cart_details',
192
        'value': localStorage.getItem('cart_details'),
192
        'value': localStorage.getItem('cart_details'),
193
        'type': 'hidden'
193
        'type': 'hidden'
194
    }));
194
    }));
195
    newForm.submit();
195
    newForm.submit();
-
 
196
});
-
 
197
$(document).on('click','.backtodeals',function(){
-
 
198
	history.back();
196
});
199
});
197
200