Changeset 7932 for extensions/cl_conflit


Ignore:
Timestamp:
Nov 29, 2010, 12:01:49 PM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] fix bugs with randompict


Location:
extensions/cl_conflit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/cl_conflit/js/conflit.js

    r7914 r7932  
    475475    state = states.join('\n');
    476476    if (state == "") {
     477       
    477478        if (DEBUG == "true") {
    478479            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 
    481487        state = state_ff;
    482488    }
     
    567573
    568574}
    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*/
    570581if (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 );
    573584    }
    574585
  • extensions/cl_conflit/main.inc.php

    r7910 r7932  
    22/*
    33Plugin Name: cl_conflit
    4 Version: 1.0.2
     4Version: 1.0.4
    55Description: gestion des conflits entre jQuery et les autres librairies
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=474
Note: See TracChangeset for help on using the changeset viewer.