Add increment and decrement functionality to left resource

This commit is contained in:
Chaitanya 2017-04-05 01:36:22 +05:30
parent 033dbe4c40
commit 4c60baf7c1
8 changed files with 74 additions and 12 deletions

View file

@ -57,3 +57,5 @@ $(document).ready(function() {
delegateSelector: 'a.smoothscroll'
});
});
UnobtrusiveFlash.flashOptions['timeout'] = 3000;

View file

@ -94,3 +94,8 @@ p.comment-body {
.box{
height: 230px;
}
.quantity_left{
height: 3em;
width: 9em;
}