CC-4803: Calendar -> Soundcloud id is always null

-fixed
This commit is contained in:
denise 2013-01-07 17:21:35 -05:00
parent 05fbb9fb20
commit 1f1b408c6e
1 changed files with 4 additions and 1 deletions

View File

@ -438,7 +438,7 @@ function addQtipsToIcons(ele){
ajax: {
url: baseUrl+"/Library/get-upload-to-soundcloud-status",
type: "post",
data: ({format: "json", id : id, type: "file"}),
data: ({format: "json", id : id, type: "show"}),
success: function(json, status){
this.set('content.text', $.i18n._("The soundcloud id for this file is: ")+json.sc_id);
}
@ -504,6 +504,9 @@ function addQtipsToIcons(ele){
my: "left top",
viewport: $(window)
},
style: {
classes: "ui-tooltip-dark file-md-long"
},
show: {
ready: true // Needed to make it show on first mouseover event
}