Changeset 7932
- Timestamp:
- Nov 29, 2010, 12:01:49 PM (14 years ago)
- Location:
- extensions/cl_conflit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/cl_conflit/js/conflit.js
r7914 r7932 475 475 state = states.join('\n'); 476 476 if (state == "") { 477 477 478 if (DEBUG == "true") { 478 479 Fn = all_functions.join('\n'); 479 alert("non trouvé:" + Fn + "\n" + fn2 + "\n Firefox:" + state_ff); 480 } 480 try { 481 alert(Conflit.name + Conflit.version + "\n Appel non trouvée:" + fn1 + "\n" + Fn + "\n Firefox(retour):" + state_ff); 482 } catch (e) { 483 } 484 } 485 486 481 487 state = state_ff; 482 488 } … … 567 573 568 574 } 569 575 //============================================ 576 /* url (String): URl de la page à charger 577 * params (Map): (optionnel) paires de clé/valeur qui seront envoyées au serveur. 578 * callback (Fonction): (optionnel) fonction qui sera éxécutée quand les données sera chargées. 579 * type (String): (optionnel) format des données renvoyées à la fonction de callback 580 */ 570 581 if (typeof ($.get) != "function") { 571 $.get = function ( options) {572 return jQuery.get( options);582 $.get = function ( a, b, c, d) { 583 return jQuery.get(a, b, c,d ); 573 584 } 574 585 -
extensions/cl_conflit/main.inc.php
r7910 r7932 2 2 /* 3 3 Plugin Name: cl_conflit 4 Version: 1.0. 24 Version: 1.0.4 5 5 Description: gestion des conflits entre jQuery et les autres librairies 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=474
Note: See TracChangeset
for help on using the changeset viewer.