From c525e03bed299907e6027bbf4d992c5f24e3999b Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 21 Mar 2018 13:54:57 +0100
Subject: [PATCH] Correcting URL to application

---
 mock/templates/mock/zymogridmapclient.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mock/templates/mock/zymogridmapclient.html b/mock/templates/mock/zymogridmapclient.html
index 7f6e1695..f6e8d36d 100644
--- a/mock/templates/mock/zymogridmapclient.html
+++ b/mock/templates/mock/zymogridmapclient.html
@@ -20,8 +20,8 @@
 	</code>
 	<p>Then the application will look like this</p>
 	<div id="zymoGridMapContainer" style="width:800px;"></div>
-	<!-- script id="zymoGridMapScript" type="text/javascript" src="{{settings.VIPSLOGIC_PROTOCOL}}://{{settings.VIPSLOGIC_SERVER_NAME}}/public/nordic_septoria_whs/nordic_septoria_whs.js"/></script-->
-	<script id="zymoGridMapScript" type="text/javascript" src="http://restclienthtml/public/nordic_septoria_whs/nordic_septoria_whs.js"/></script>
+	<script id="zymoGridMapScript" type="text/javascript" src="{{settings.VIPSLOGIC_PROTOCOL}}://{{settings.VIPSLOGIC_SERVER_NAME}}/public/nordic_septoria_whs/nordic_septoria_whs.js"/></script>
+	<!-- script id="zymoGridMapScript" type="text/javascript" src="http://restclienthtml/public/nordic_septoria_whs/nordic_septoria_whs.js"/></script-->
 	<p>If you omit the style attribute, then the application will fill all available space</p>
 </body>
 </html>
\ No newline at end of file
-- 
GitLab