CC-4558: Make button in Now Playing consistent with same action in Calendar

This commit is contained in:
Daniel James 2012-10-15 12:27:16 +01:00
parent b79e190d3c
commit a103c76378
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ AIRTIME = (function(AIRTIME) {
timeStartId = "#sb_time_start",
dateEndId = "#sb_date_end",
timeEndId = "#sb_time_end",
$toggleLib = $("<a id='sb_edit' class='btn btn-small' href='#' title='Open library to schedule files'>Schedule files</a>"),
$toggleLib = $("<a id='sb_edit' class='btn btn-small' href='#' title='Open library to add or remove content'>Add / Remove Content</a>"),
$libClose = $('<a />', {
"class": "close-round",
"href": "#",