Skip to content

Commit

Permalink
update monomer and rule service URL in sample apps
Browse files Browse the repository at this point in the history
  • Loading branch information
TianhongZhang committed Feb 27, 2019
1 parent ced7c60 commit 649f179
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions HELM/source/examples/MonomerLibApp.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
/*******************************************************************************
* Copyright (C) 2018, The Pistoia Alliance
* Created by Scilligence, built on JSDraw.Lite
*
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to the
* permit persons to whom the Software is furnished to do so, subject to the
* following conditions:
*
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Expand Down Expand Up @@ -51,7 +51,7 @@

scil.ready(function () {
JSDraw2.defaultoptions = { skin: "w8" };
org.helm.webeditor.Adapter.init("/HELM2MonomerService/webService/service/library");
org.helm.webeditor.Adapter.init("/HELM2MonomerService/rest");

new scil.helm.AppToolbar("toolbar", "../JSDraw/helm/img/",
[{ icon: "canvas-2.png", label: "Canvas", url: "App.htm" }, { icon: "monomers-1.png", label: "Monomer Library" }, { icon: "settings-2.png", label: "Ruleset", url: "RuleSetApp.htm"}]
Expand Down
10 changes: 5 additions & 5 deletions HELM/source/examples/RuleSetApp.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
/*******************************************************************************
* Copyright C 2017, The Pistoia Alliance
* Created by Scilligence, built on JSDraw.Lite
*
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to the
* permit persons to whom the Software is furnished to do so, subject to the
* following conditions:
*
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Expand Down Expand Up @@ -43,7 +43,7 @@
<div id="div1" style="margin: 5px; margin-top: 15px"></div>
<script type="text/javascript">
JSDraw2.defaultoptions = { skin: "w8" };
org.helm.webeditor.Adapter.init("/HELM2MonomerService/webService/service/library");
org.helm.webeditor.Adapter.init("/HELM2MonomerService/rest");

scil.ready(function () {
new scil.helm.AppToolbar("toolbar", "../JSDraw/helm/img/",
Expand Down

0 comments on commit 649f179

Please sign in to comment.