parent
05fbb9fb20
commit
1f1b408c6e
|
@ -438,7 +438,7 @@ function addQtipsToIcons(ele){
|
||||||
ajax: {
|
ajax: {
|
||||||
url: baseUrl+"/Library/get-upload-to-soundcloud-status",
|
url: baseUrl+"/Library/get-upload-to-soundcloud-status",
|
||||||
type: "post",
|
type: "post",
|
||||||
data: ({format: "json", id : id, type: "file"}),
|
data: ({format: "json", id : id, type: "show"}),
|
||||||
success: function(json, status){
|
success: function(json, status){
|
||||||
this.set('content.text', $.i18n._("The soundcloud id for this file is: ")+json.sc_id);
|
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",
|
my: "left top",
|
||||||
viewport: $(window)
|
viewport: $(window)
|
||||||
},
|
},
|
||||||
|
style: {
|
||||||
|
classes: "ui-tooltip-dark file-md-long"
|
||||||
|
},
|
||||||
show: {
|
show: {
|
||||||
ready: true // Needed to make it show on first mouseover event
|
ready: true // Needed to make it show on first mouseover event
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue