Add downgrade action to UpgradeController, fix SoundCloud schema and bugs
This commit is contained in:
parent
8fcaf7fc74
commit
67155b136a
14 changed files with 361 additions and 93 deletions
|
@ -1018,7 +1018,8 @@ var AIRTIME = (function(AIRTIME) {
|
|||
if (soundcloud.upload !== undefined) {
|
||||
|
||||
callback = function() {
|
||||
alert($.i18n._("Your track is being uploaded to SoundCloud"));
|
||||
alert($.i18n._("Your track is being uploaded and will " +
|
||||
"appear on SoundCloud in a couple of minutes"));
|
||||
$.post(soundcloud.upload.url, function(){});
|
||||
};
|
||||
soundcloud.upload.callback = callback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue