Update v1.0.6.6

This commit is contained in:
sujitprasad
2016-03-11 18:36:32 +05:30
parent a77b7bf3e7
commit d54019198f
51 changed files with 4234 additions and 2401 deletions

View File

@@ -383,11 +383,11 @@ $data = $ConvDate[0];
$(document).ready(function() {
var Data = $('input[name="rating"]:checked').val();
var Data2 = $('input[name="rating2"]:checked').val();
// if (Data) {
// $('input[name=rating]').rating('readOnly');
// jQuery('.star').attr('disabled', true);
if (Data) {
$('input[name=rating]').rating('readOnly');
jQuery('.star').attr('disabled', true);
// }
}
$('input[name=rating]').change(function() {
$('#foo').submit();
});
@@ -551,4 +551,4 @@ $('#foo2').submit();