From c40117a9590321e2b649151d82a9f4d2e74f6b63 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Sat, 27 May 2017 21:40:01 +0200 Subject: [PATCH] [enh] Add RML9 plugin --- www/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/index.html b/www/index.html index e97277e9a..24f4173a4 100644 --- a/www/index.html +++ b/www/index.html @@ -166,8 +166,8 @@ <script src="dist/dist_js/plugins/graph/js/controllers/currency-controllers.js"></script> <script src="dist/dist_js/plugins/graph/js/controllers/account-controllers.js"></script> - <!-- RML9 plugin - <script src="dist/dist_js/plugins/rml9/plugin.js"></script>--> + <!-- RML9 plugin --> + <script src="dist/dist_js/plugins/rml9/plugin.js"></script> <!--endRemoveIf(no-plugin)--> -- GitLab