use template extensions
[mlpccg-meta.git] / meta / static / js / main.js
index 8b13789..4df27d2 100644 (file)
@@ -1 +1,5 @@
-
+function rateDeck() {
+    $.getJSON('/meta/rate', {url: $('#ponyheadURL').val()}, function(data) {
+        console.log(data);
+    });
+}