CC-3998: Now Playing -> Time Line: confirm message for user 'delete'

track by context menu is misleading

- fixed
This commit is contained in:
James 2012-06-26 17:35:07 -04:00
parent c2cc4253b3
commit 576c13963d
1 changed files with 1 additions and 1 deletions
airtime_mvc/public/js/airtime/showbuilder

View File

@ -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,