Skip to content

Commit

Permalink
Fix #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory L'Azou committed Mar 25, 2015
1 parent 0d29343 commit e08878b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MapTour/src/app/storymaps/ui/crossfader/CrossFader.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,9 @@ define(["storymaps/ui/inlineFieldEdit/InlineFieldEdit",
$(_placard).append("<div class='description' " + tabOrder + "'>"+text+"<div/>");

// Remove user generated content links from the tab navigation
$(_placard).find("a").attr("tabindex", "-1");
if ( ! app.isInBuilderMode ) {
$(_placard).find("a").attr("tabindex", "-1");
}

if (isInBuilderMode) {
new InlineFieldEdit(
Expand Down

0 comments on commit e08878b

Please sign in to comment.