~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/most_common_problems.js

  • Committer: Evan Dandrea
  • Date: 2012-05-04 16:30:35 UTC
  • Revision ID: evan.dandrea@canonical.com-20120504163035-2eovieht36ulmie7
Whitelist the most-common-problems HTTP API function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    ];
27
27
 
28
28
    var datasource = new Y.DataSource.Get({
29
 
        source: "http://localhost/api/most-common-problems",
 
29
        source: "/anonymous-api/most-common-problems",
30
30
        /* FIXME Clearing the current pending request before starting a new one
31
31
         * does not work:
32
32
         * http://yuilibrary.com/projects/yui3/ticket/2529999 */