From b5b43192932cdf5aed5596b2a521b81244147233 Mon Sep 17 00:00:00 2001 From: DatDamnZotz Date: Thu, 11 Sep 2025 09:35:29 -0500 Subject: [PATCH 1/3] Rem out AL-Lllegal --- src/cljs/orcpub/character_builder.cljs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cljs/orcpub/character_builder.cljs b/src/cljs/orcpub/character_builder.cljs index c49864cd7..ae458db6d 100644 --- a/src/cljs/orcpub/character_builder.cljs +++ b/src/cljs/orcpub/character_builder.cljs @@ -1900,7 +1900,7 @@ (def patreon-link-props {:href "https://www.patreon.com/user?u=5892323" :target "_blank"}) -(defn al-legality [] +#_ (defn al-legality [] (let [expanded? (r/atom false)] (fn [al-illegal-reasons used-resources] (let [num-resources (count (set (map :resource-key used-resources))) @@ -2017,8 +2017,8 @@ mobile? @(subscribe [:mobile?]) all-selections (entity/available-selections character built-char built-template) selection-validation-messages (validate-selections built-template character all-selections) - al-illegal-reasons (concat @(subscribe [::char5e/al-illegal-reasons]) - selection-validation-messages) + ;al-illegal-reasons (concat @(subscribe [::char5e/al-illegal-reasons]) + ; selection-validation-messages) used-resources @(subscribe [::char5e/used-resources]) loading @(subscribe [:loading]) locked-components @(subscribe [:locked-components]) @@ -2076,8 +2076,8 @@ [:div.container [:div.content [:div.flex.justify-cont-s-b.align-items-c.flex-wrap - [:div - [al-legality al-illegal-reasons used-resources]] + [:div] + ;[al-legality al-illegal-reasons used-resources]] [:div.flex [theme-toggle] (if character-changed? [:div.red.f-w-b.m-r-10.m-l-10.flex.align-items-c From 90d46e53cf15bc9a96c847ebb75a5a116555389c Mon Sep 17 00:00:00 2001 From: Jacob Myers <76993396+Jyers@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:45:52 -0500 Subject: [PATCH 2/3] Fix URL string when fetching homebrew content --- src/clj/orcpub/index.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clj/orcpub/index.clj b/src/clj/orcpub/index.clj index 742aab29a..867d29e8d 100644 --- a/src/clj/orcpub/index.clj +++ b/src/clj/orcpub/index.clj @@ -134,7 +134,7 @@ html { [:script "const protocol = window.location.protocol; - const apiUrl = `${protocol}://${window.location.host}`; + const apiUrl = `${protocol}//${window.location.host}`; const pluginUrl = `${apiUrl}/homebrew.orcbrew`; let plugins = localStorage.getItem('plugins'); @@ -160,4 +160,4 @@ html { "] ) ])) - \ No newline at end of file + From bbb53a3d0f8b4d9372780daecc4a56b333d2ca4b Mon Sep 17 00:00:00 2001 From: DatDamnZotz Date: Tue, 13 Jan 2026 08:11:00 -0600 Subject: [PATCH 3/3] For build trigger --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b49bfe4f..f70fcafaa 100644 --- a/README.md +++ b/README.md @@ -475,4 +475,4 @@ The use of this tool is meant for use for your own use and your own content. It Larry Christensen original author of [Orcpub2](https://github.com/larrychristensen/orcpub) ## License -[EPL-2.0](LICENSE) +[EPL-2.0](LICENSE) \ No newline at end of file