app/soc/content/js/duplicate-slots-090331.js
changeset 2044 3aa6123be2a7
parent 2042 0b8136fe4d43
child 2301 fd14daa4b45a
equal deleted inserted replaced
2043:66045290c97f 2044:3aa6123be2a7
    66     // Here Ajax call is handled
    66     // Here Ajax call is handled
    67     setTimeout(function() {
    67     setTimeout(function() {
    68       $.ajax({
    68       $.ajax({
    69         cache:false,
    69         cache:false,
    70         mode: "sync",
    70         mode: "sync",
    71         type: "POST",
    71         type: "GET",
    72         timeout: 1000000,
    72         timeout: 1000000,
    73         dataType: "json",
    73         dataType: "json",
    74         url: "/program/assigned_proposals/"+url_to_query+"?limit="+OFFSET_LENGTH+"&offset="+current_offset+"&_="+(new Date().getTime()),
    74         url: "/program/assigned_proposals/"+url_to_query+"?limit="+OFFSET_LENGTH+"&offset="+current_offset,
    75         success: function (data, textStatus) {
    75         success: function (data, textStatus) {
    76           if (data) {
    76           if (data) {
    77             // Load JSON data
    77             // Load JSON data
    78             loadSingleJSONData(data);
    78             loadSingleJSONData(data);
    79           }
    79           }