diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04ea2216..35829f5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
## [In Development] - Unreleased
+## [1.15.1] - 2022-07-11
+
+### Fixed
+
+- JS order in template
+
+
## [1.15.0] - 2022-07-11
### Fixed
diff --git a/aasrp/__init__.py b/aasrp/__init__.py
index 155452bb..51c07cd6 100644
--- a/aasrp/__init__.py
+++ b/aasrp/__init__.py
@@ -2,5 +2,5 @@
A couple of variable to use throughout the app
"""
-__version__ = "1.15.0"
+__version__ = "1.15.1"
__title__ = "Ship Replacement"
diff --git a/aasrp/templates/aasrp/dashboard.html b/aasrp/templates/aasrp/dashboard.html
index 4616040c..6d63ef43 100644
--- a/aasrp/templates/aasrp/dashboard.html
+++ b/aasrp/templates/aasrp/dashboard.html
@@ -29,9 +29,6 @@
{% endblock %}
{% block extra_javascript %}
- {% include 'bundles/datatables-js.html' %}
- {% include 'bundles/filterdropdown-js.html' %}
- {% include 'bundles/moment-js.html' with locale=True %}
{% include 'bundles/clipboard-js.html' %}
+ {% include 'bundles/datatables-js.html' %}
+ {% include 'bundles/moment-js.html' with locale=True %}
+ {% include 'bundles/filterdropdown-js.html' %}
+
+ {% include 'aasrp/bundles/x-editable-js.html' %}
+ {% include 'bundles/moment-js.html' with locale=True %}
+ {% include 'bundles/datatables-js.html' %}
+ {% include 'bundles/filterdropdown-js.html' %}
+