CC-4205: Smart Playlist Builder: Change text on button mouseovers
-changed generate success msg
This commit is contained in:
parent
c60198722d
commit
025656be1c
2 changed files with 2 additions and 2 deletions
|
@ -458,7 +458,7 @@ function callback(data, type) {
|
|||
if (type == 'shuffle') {
|
||||
form.find('.success').text('Smart block shuffled');
|
||||
} else if (type == 'generate') {
|
||||
form.find('.success').text('Smart block generated and saved');
|
||||
form.find('.success').text('Smart block generated and criteria saved');
|
||||
//redraw library table so the length gets updated
|
||||
dt.fnStandingRedraw();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue