Ignore:
Timestamp:
Jun 9, 2011, 12:40:00 PM (14 years ago)
Author:
dennisw
Message:

Renamed foo_filter to serve_filters.
Fixed display of nodes in nodelist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/website/static/heatmap_extensions.js

    r9243 r9244  
    55      content = 'Wireless Leiden nodes on mouseposition:<br /><b>';
    66      $.each(json, function(i,json){
    7         content += json.fields.ssid;
     7        content += json.fields.ssid + '<br />';
    88      });
    9       content += '</br>';
     9      content += '</b>';
    1010      $("#node_list").html(content);
    1111    }
     
    1717
    1818  // Fastest?: http://stackoverflow.com/questions/170986/what-is-the-best-way-to-add-options-to-a-select-from-an-array-with-jquery
    19   $.getJSON("/website/foofilter/",
     19  $.getJSON("/website/filters/",
    2020    function(json) {
    2121      $.each(json, function(i,json){
Note: See TracChangeset for help on using the changeset viewer.