Sfoglia il codice sorgente

vire exemple en trop

Benoît Hubert 8 anni fa
parent
commit
8bde560df8
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      exemples/ajax-exemple-simple/script.js

+ 0 - 4
exemples/ajax-exemple-simple/script.js

@@ -1,7 +1,3 @@
 $.get('/ajax-example', function(data) {
    $('#ajax-html').html(data); 
 });
-
-$.get('/ajax-example2', function(data) {
-   $('#ajax-html-2').html(data); 
-});