CC-2993: Playlist Builder: add "View on SoundCloud" option on the menu
- fixed - extra fix: handles the case when username or password is empty
This commit is contained in:
parent
8b2a23b88a
commit
f160ded6bc
10 changed files with 125 additions and 24 deletions
|
@ -56,6 +56,10 @@ function confirmDeletePlaylist(params){
|
|||
}
|
||||
}
|
||||
|
||||
function openFileOnSoundCloud(link){
|
||||
window.open(link)
|
||||
}
|
||||
|
||||
function checkImportStatus(){
|
||||
$.getJSON('/Preference/is-import-in-progress', function(data){
|
||||
var div = $('#import_status');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue