mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
added NEWS and fixed typo
This commit is contained in:
@@ -766,7 +766,7 @@ var ShinyApp = function() {
|
||||
var $targetTabContent = $tabContent.find("div" + dataValue);
|
||||
|
||||
if ($targetTabsetPanel.length === 0) {
|
||||
console.warn('There is no tabPanel with value ' + message.target +
|
||||
console.warn('There is no tabPanel with value ' + message.target + '. ' +
|
||||
'Appending tab to the end...');
|
||||
$tabsetPanel.append($liTag);
|
||||
$tabContent.append($divTag);
|
||||
|
||||
Reference in New Issue
Block a user