RateMyCourse/frontpage/js/main.js

10 lines
174 B
JavaScript
Raw Normal View History

2018-09-15 11:22:28 +00:00
2018-09-23 15:56:41 +00:00
/*
$(document).ready(function() {
alert( $(".review-block-rate .glyphicon-star").length );
alert($(".review-block-rate .btn-grey .glyphicon-star").length);
});
*/