From d35bec9441ee7cf62a8f08f66dc8bfece3a2dc7d Mon Sep 17 00:00:00 2001
From: G <52905881+giga-a@users.noreply.github.com>
Date: Mon, 4 Jan 2021 00:50:56 -0800
Subject: [PATCH] [auto] check - ref 1d38661c
---
public/app.html | 2057 ++++++++++++++++++++++++-----------------------
1 file changed, 1032 insertions(+), 1025 deletions(-)
diff --git a/public/app.html b/public/app.html
index 01fd2dd..5a90e85 100644
--- a/public/app.html
+++ b/public/app.html
@@ -1,12 +1,12 @@
-
@@ -22,1066 +22,1073 @@
-
-
+
-
+
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ $('.generate').click(function() {
+ generate_combinations('Generate');
+ });
+
+ $('#reset-everything').click(function() {
+ reset_everything();
+ });
+
+ $('#save-settings').click(function() {
+ settings_modal("save_settings")
+ $("#settings-modal").modal("toggle")
+ });
+
+ $('#open-settings').click(function() {
+ settings_modal("get_settings")
+ $("#settings-modal").modal();
+ });
+
+ $('#clear-options').click(function() {
+ $('#analyzed-options')[0].selectize.clear()
+ });
+