summaryrefslogtreecommitdiffstats
path: root/services/activity-spec/activity-spec-web/activity-spec-api-docs/o2c.html
diff options
context:
space:
mode:
authoravigaffa <avi.gaffa@amdocs.com>2018-08-15 08:37:02 +0300
committeravigaffa <avi.gaffa@amdocs.com>2018-08-15 08:37:07 +0300
commit229dbd17cb098d06a50f11f5f77a8ee364376388 (patch)
tree4db0eaf24260f5d75615af00cd12c39ec20ac5cb /services/activity-spec/activity-spec-web/activity-spec-api-docs/o2c.html
parentdc856bba284798fa8f1484abf8fc8140008ececb (diff)
Remove activity spec from sdc
Remove activity spec module from sdc since it is now part of sdc-workflow-designer project Change-Id: I730e60708bf6bae757be46113601c7ce4fc92a92 Issue-ID: SDC-1651 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
Diffstat (limited to 'services/activity-spec/activity-spec-web/activity-spec-api-docs/o2c.html')
-rw-r--r--services/activity-spec/activity-spec-web/activity-spec-api-docs/o2c.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/services/activity-spec/activity-spec-web/activity-spec-api-docs/o2c.html b/services/activity-spec/activity-spec-web/activity-spec-api-docs/o2c.html
deleted file mode 100644
index 88e8bf114b..0000000000
--- a/services/activity-spec/activity-spec-web/activity-spec-api-docs/o2c.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<script>
-var qp = null;
-if(window.location.hash) {
- qp = location.hash.substring(1);
-}
-else {
- qp = location.search.substring(1);
-}
-qp = qp ? JSON.parse('{"' + qp.replace(/&/g, '","').replace(/=/g,'":"') + '"}',
- function(key, value) {
- return key===""?value:decodeURIComponent(value) }
- ):{}
-
-if (window.opener.swaggerUi.tokenUrl)
- window.opener.processOAuthCode(qp);
-else
- window.opener.onOAuthComplete(qp);
-
-window.close();
-</script> \ No newline at end of file