Widget:Sandbox: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 679: Line 679:
hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good']
hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good']
});
});
         $("#star2").append(res.wbrgetrating.difficulty + " " + res.wbrgetrating.qualCount);
         $("#star2").append(res.wbrgetrating.yield + " " + res.wbrgetrating.qualCount);
$("#star3").raty({
$("#star3").raty({
path : 'http://www.wikidoc.org/includes/raty/img/',
path : 'http://www.wikidoc.org/includes/raty/img/',
Line 688: Line 688:
hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good']
hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good']
});
});
         $("#star3").append(res.wbrgetrating.difficulty + " " + res.wbrgetrating.yieldSum);
         $("#star3").append(res.wbrgetrating.quality + " " + res.wbrgetrating.yieldSum);
}
}
});}
});}

Revision as of 21:16, 17 March 2014