use template extensions
[mlpccg-meta.git] / meta / static / js / main.js
1 function rateDeck() {
2 $.getJSON('/meta/rate', {url: $('#ponyheadURL').val()}, function(data) {
3 console.log(data);
4 });
5 }