Update PopulateVisit function to get only the new visits from Jamespot.
In case the parameter "parrent_visit" is passed when creating a book, we copy all the slide corresponding to the visit being copied.
Refactor PopulateVisite to PopulateVisit.
.slideshow{
margin-top:-20px;
}
.carousel-caption {
color: #000;
position: static;
text-shadow: none;
text-align: left;
}
.carousel-indicators {
display: none;
}
.carousel-control {
width: 3%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
right: 2%;
}
.carousel-holder img{
max-height: 500px;
max-width: 100%;
}
.original-text {
font-style: italic;
}
textarea.form-control {
height: 140px;
}
ul.insight{
overflow-x: hidden;
overflow-y: scroll;
height: 170px;
}
ul.insight li {
display: block;
height: 100%;
}
ul.insight li img{
height: 100%;
width: 100%;
}