Subversion Repositories SmartDukaan

Rev

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

Rev 25654 Rev 25656
Line 795... Line 795...
795
							  <option value="annoucement">Annoucement</option>
795
							  <option value="annoucement">Annoucement</option>
796
							  <option value="notification">Notification</option>
796
							  <option value="notification">Notification</option>
797
						</select>
797
						</select>
798
				</div>
798
				</div>
799
				</div>
799
				</div>
800
				<div class="col-lg-12" style="
800
				<div class="col-lg-12" style="max-height: 500px;overflow-y: scroll;">
801
    max-height: 500px;
-
 
802
    overflow-y: scroll;
-
 
803
">
-
 
804
			    <div class="notification-container" >
801
			    <div class="notification-container" >
805
			    
802
			    
806
				</div>
803
				</div>
807
				</div>
804
				</div>
808
				</div>
805
				</div>
Line 900... Line 897...
900
		});
897
		});
901
		starTotal = 10;
898
		starTotal = 10;
902
		ratings = {
899
		ratings = {
903
			current : $currentMonthRating,
900
			current : $currentMonthRating,
904
			last: $lastMonthRating,
901
			last: $lastMonthRating,
905
			tilldate: $tillDateRating
902
			tilldate: $ratingTillDate
906
		}; 
903
		}; 
907
		for(const rating in ratings) {  
904
		for(const rating in ratings) {  
908
		  // 2
905
		  // 2
909
		  const starPercentage = (ratings[rating] / starTotal) * 100;
906
		  const starPercentage = (ratings[rating] / starTotal) * 100;
910
		  // 3
907
		  // 3