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;