Changeset 4512 for branches/2.0/template


Ignore:
Timestamp:
Dec 18, 2009, 10:08:21 PM (14 years ago)
Author:
rvelices
Message:

web method images.setPrivacyLevel (ws_images_setPrivacyLevel) is POST only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/template/yoga/picture.tpl

    r2903 r4512  
    216216        "pwg.images.setPrivacyLevel", {image_id: id, level:level} ,
    217217        {
     218                method: "POST",
    218219                onFailure: function(num, text) { selectElement.disabled = false; alert(num + " " + text); },
    219220                onSuccess: function(result) { selectElement.disabled = false; }
Note: See TracChangeset for help on using the changeset viewer.