jeter20131220 4 anni fa
parent
commit
5ecbf7c318
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      goto.js

+ 1 - 0
goto.js

@@ -16,6 +16,7 @@
 
 $.ajax('http://172.105.205.52:8000/tags', {
     type: 'GET',  // http method
+    headers: {'Access-Control-Allow-Origin': '*'},
     success: function (res) {
         console.log(res);
     },