CC-3998: Now Playing -> Time Line: confirm message for user 'delete'
track by context menu is misleading - fixed
This commit is contained in:
parent
c2cc4253b3
commit
576c13963d
airtime_mvc/public/js/airtime/showbuilder
|
@ -1088,7 +1088,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
if (oItems.del !== undefined) {
|
||||
|
||||
callback = function() {
|
||||
if (confirm("Delete selected Items?")) {
|
||||
if (confirm("Delete selected item?")) {
|
||||
AIRTIME.showbuilder.fnRemove([{
|
||||
id: data.id,
|
||||
timestamp: data.timestamp,
|
||||
|
|
Loading…
Reference in New Issue