diff --git a/mock/templates/mock/zymogridmapclient.html b/mock/templates/mock/zymogridmapclient.html index 7f6e1695df22264251891fc38335d266239bc1b7..f6e8d36d6016f3d926918670504fa64112f8d56a 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