Projet

Général

Profil

« Précédent | Suivant » 

Révision 61387767

Ajouté par Thomas Noël il y a plus de 9 ans

univnautes.js: remove console.log

Voir les différences:

usr/local/univnautes/sp/sp/static/univnautes/univnautes.js
61 61
    */
62 62

  
63 63
    function refreshMarkers() {
64
        console.log('refreshMarkers');
65 64
        var searchValue = searchinput.val().toLowerCase();
66 65
        var new_markers = new Array();
67 66
        for (var i=geoinfos.length-1; i>=0; i--) {
......
90 89
            }
91 90
            listitem.show();
92 91
            for (var j=geo.length-1; j>=0; j--) {
93
                var marker = new L.Marker(geo[j], { title: name,
92
                var marker = new L.Marker(geo[j], {
93
                                    title: name,
94 94
                                    icon: new L.DivIcon({
95 95
                                        html: '<div><span></span></div>',
96 96
                                        className: 'marker-cluster marker-cluster-one',

Formats disponibles : Unified diff