Skip to content

Commit

Permalink
Wrap prior notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gobid committed Jun 6, 2023
1 parent 71a72b2 commit bd10882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex_info_to_ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def get_reflection_questions(relationship_vars, reason):
function getPrevNotes() {
""" +
("""var prev_notes = "<div style='position: fixed; left: 100px; width:700px; overflow:scroll;'><u>Prior Notes</u><ul>";""" if j < len(ordering) - 1 else """var prev_notes = "<div style='position: fixed; left: 100px;'><ul>";""") +
("""var prev_notes = "<div style='position: fixed; left: 100px; width:700px; height:500px; overflow:scroll;'><u>Prior Notes</u><ul>";""" if j < len(ordering) - 1 else """var prev_notes = "<div style='position: fixed; left: 100px;'><ul>";""") +
"""
var prev_ex = parseInt(window.location.href.at(-1)) - 1;
if (prev_ex == -1)
Expand Down

0 comments on commit bd10882

Please sign in to comment.