diff --git a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js index a82f18c94..c317d80b8 100644 --- a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js +++ b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js @@ -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 }