Skip to content

Commit dfcfc5d

Browse files
committed
Merged [2491] from olau@. Fixes issue ietf-tools#366.
- Legacy-Id: 2494 Note: SVN reference [2491] has been migrated to Git commit 6d6a3b3
1 parent 0818e58 commit dfcfc5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/js/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function showBallot(draftName, editPositionUrl) {
4242

4343
if (!IETF.ballotDialog) {
4444
el = document.createElement("div");
45-
el.innerHTML = '<div id="ballot_dialog" style="visibility:hidden;"><div class="hd">Positions for <span id="ballot_dialog_name">draft-ietf-foo-bar</span></span></div><div class="bd"> <div id="ballot_dialog_body" style="overflow-y:scroll; height:500px;"></div> </div></div>';
45+
el.innerHTML = '<div id="ballot_dialog" style="visibility:hidden;"><div class="hd">Positions for <span id="ballot_dialog_name">draft-ietf-foo-bar</span></span></div><div class="bd"> <div id="ballot_dialog_body" style="overflow-y:scroll; height:400px;"></div> </div></div>';
4646
document.getElementById("ietf-extras").appendChild(el);
4747

4848
var buttons = [{text:"Close", handler:handleClose, isDefault:true}];

0 commit comments

Comments
 (0)