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

merge -r4512 from branch 2.0 to trunk
web method images.setPrivacyLevel (ws_images_setPrivacyLevel) is POST only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.tpl

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