diff --git a/demo.html b/demo.html index a715cb0..ab2b3a7 100644 --- a/demo.html +++ b/demo.html @@ -36,6 +36,9 @@ // Disable custom styling for uncloseai.js - use PicoCSS instead window.UNCLOSEAI_CUSTOM_STYLING = false; + + // Disable the floating button + window.UNCLOSEAI_FLOATING_BUTTON = false; diff --git a/index.html b/index.html index 7c51965..3aa2a93 100644 --- a/index.html +++ b/index.html @@ -90,7 +90,7 @@
To disable the floating button (if you only want the API functions):
<script>
-
+ window.UNCLOSEAI_FLOATING_BUTTON = false;
</script>