Changeset 65442 in spip-zone
- Timestamp:
- Sep 1, 2012, 6:32:11 PM (8 years ago)
- Location:
- _plugins_/a2a/branches/type/formulaires
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/a2a/branches/type/formulaires/ajoute_a2a.html
r65421 r65442 6 6 7 7 <//B_deja_relie> 8 8 9 [(#GET{deja_relie}|non) 9 10 <div class="formulaire_spip formulaire_ajoute_a2a ajax"> … … 13 14 (function($){ 14 15 $(function(){ 15 $('.formulaire_ajoute_a2a button').click(function(){ajaxReload('bloc-a2a') });16 $('.formulaire_ajoute_a2a button').click(function(){ajaxReload('bloc-a2a');false}); 16 17 }) 17 18 })(jQuery); -
_plugins_/a2a/branches/type/formulaires/ajoute_a2a.php
r65425 r65442 35 35 a2a_lier_article($id_article_dest,$id_article_orig,'both',_request('type_liaison')); 36 36 } 37 return array("message_ok"=>"ok"); 37 38 } 38 39 … … 83 84 )); 84 85 } 85 return true;86 86 87 } 87 88
Note: See TracChangeset
for help on using the changeset viewer.