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

Commit

Permalink
remember the ul options
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinoff committed Feb 1, 2021
1 parent 4e5d6d5 commit 47cf722
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/js/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ function initSetup() {
window.utilSetCryptTextSize();
}

// Set the ul options.
doUlOptions();

// Set the note height.
doMiscNoteHeight();
}
Expand All @@ -50,6 +53,7 @@ function doUlOptions() {
var obj2 = document.getElementById('setupUlDivDropBox');
var obj3 = document.getElementById('setupUlDivFile');
var obj4 = document.getElementById('setupUlDivUrl');

if (obj1.value == "dropbox") {
obj2.setAttribute("style", "display:inline");
obj3.setAttribute("style", "display:none");
Expand Down

0 comments on commit 47cf722

Please sign in to comment.