clean up matrix.py & square matrices
[matrixnullspace.com.git] / js / matrix.js
index 83e8e27..4fcfde4 100644 (file)
@@ -13,7 +13,7 @@ $(document).ready(function(){
         });
         return;
     }
-    $.post('/calculate', { 'matrix' : $('#matrix').val() })
+    $.get('/calculate', { 'matrix' : $('#matrix').val() })
         .done(function(data) {
             $('#results').fadeOut('slow', function() {
                 $('#results').html('').append(