From 3f5db3cd67a4a46dd48d820ac51d45dc86490807 Mon Sep 17 00:00:00 2001
From: Boof <97455552+hexahigh@users.noreply.github.com>
Date: Thu, 3 Nov 2022 10:39:03 +0100
Subject: [PATCH] add ajax
---
ncage+ edit/options.html | 1 +
ncage+ edit/options.js | 3 +++
2 files changed, 4 insertions(+)
diff --git a/ncage+ edit/options.html b/ncage+ edit/options.html
index 605cc8c..9c0425c 100644
--- a/ncage+ edit/options.html
+++ b/ncage+ edit/options.html
@@ -31,6 +31,7 @@
+
diff --git a/ncage+ edit/options.js b/ncage+ edit/options.js
index de5067a..d9c7074 100644
--- a/ncage+ edit/options.js
+++ b/ncage+ edit/options.js
@@ -16,6 +16,9 @@ function saveImageOptions() {
case "rubberDucks":
imgLib = rubberDuckImages;
break;
+ case "Ajax":
+ imgLib = AjaxImages;
+ break;
case "animeGirls":
imgLib = animeGirlImages;
break;