Skip to content

Commit

Permalink
Merge pull request #4702 from tekhaus/fix/tooltips-for-all
Browse files Browse the repository at this point in the history
(fix) display tooltips on All demos view
  • Loading branch information
Hannah authored Dec 6, 2016
2 parents 04b5870 + b4559ac commit 6bc11e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Sandcastle/CesiumSandcastle.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ require({
var selectedTabName = registry.byId('innerPanel').selectedChildWidget.title;
var suffix = selectedTabName + 'Demos';
if (selectedTabName === 'All') {
suffix = '';
suffix = 'all';
} else if (selectedTabName === 'Search Results') {
suffix = 'searchDemo';
}
Expand Down

0 comments on commit 6bc11e8

Please sign in to comment.