diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb1dcb51..d7d98a38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
#Changelog
+* 1.1.2
+ * Fixes
+ * Fixed broken html that made the page not work correctly in some browser
* 1.1.1
* Fixes
* Removed some unneeded code
diff --git a/templates/index.html b/templates/index.html
index fafa07f1..b4a63e72 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -70,7 +70,7 @@
{% if perm_manager.get_permission('fits_view').can() and config.stattool_enabled %}
+ crossorigin="anonymous" defer async>
{% assets filters="babili", output="gen/statcfg.%(version)s.js", "js/config/stattool_config.js" %}
{% endassets %}
diff --git a/templates/waitlist/history.html b/templates/waitlist/history.html
index 7149f532..64873285 100644
--- a/templates/waitlist/history.html
+++ b/templates/waitlist/history.html
@@ -5,7 +5,7 @@
{{ super() }}
{% if config.stattool_enabled %}
+src="{{ config.stattool_uri }}" integrity="{{ config.stattool_sri }}" crossorigin="anonymous" defer async>
{% assets filters="babili", output="gen/statcfg.%(version)s.js", "js/config/stattool_config.js" %}
{% endassets %}
diff --git a/templates/waitlist/history_cut.html b/templates/waitlist/history_cut.html
index e49ea0eb..5058dcd9 100644
--- a/templates/waitlist/history_cut.html
+++ b/templates/waitlist/history_cut.html
@@ -29,7 +29,7 @@
{% if config.stattool_enabled %}
+ crossorigin="anonymous" defer async>
{% assets filters="babili", output="gen/statcfg.%(version)s.js", "js/config/stattool_config.js" %}
{% endassets %}
diff --git a/templates/waitlist/tools/history_search.html b/templates/waitlist/tools/history_search.html
index 559cae98..43a585fd 100644
--- a/templates/waitlist/tools/history_search.html
+++ b/templates/waitlist/tools/history_search.html
@@ -6,7 +6,7 @@
{% if config.stattool_enabled %}
+ crossorigin="anonymous" defer async>
{% assets filters="babili", output="gen/statcfg.%(version)s.js", "js/config/stattool_config.js" %}
{% endassets %}
diff --git a/waitlist/data/version.py b/waitlist/data/version.py
index 80e2cfee..9ce5d7ee 100644
--- a/waitlist/data/version.py
+++ b/waitlist/data/version.py
@@ -1 +1 @@
-version = "1.1.1-$Format:%h$"
+version = "1.1.2-$Format:%h$"