added NEWS and fixed typo

This commit is contained in:
Barbara Borges Ribeiro
2017-07-14 18:29:18 +01:00
parent 2813e0b706
commit ae7f026d46
6 changed files with 7 additions and 5 deletions

View File

@@ -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);