Skip to content
This repository was archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Show anchor dropdown for internal links again if it was empty once
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sommerhalder committed Jan 21, 2016
1 parent 21c30d1 commit 64509e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ BrowserDialog.prototype.setDetails = function (url) {
html += '<option value="' + data.anchors[i] + '">' + data.anchors[i] + '</option>';
}
jq('#pageanchor', document).append(html);
jq('#pageanchorcontainer', document).parents('.field').removeClass('hide');
} else {
jq('#pageanchorcontainer', document).parents('.field').addClass('hide');
}
Expand Down

0 comments on commit 64509e2

Please sign in to comment.