summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/3rd_party/static/swagger/o2c.html
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-11-21 00:46:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-21 00:46:35 +0000
commit174b299271189496bae4c4d6727ea26a7a098756 (patch)
treeb063e18c795988e38e1eb4afa74d4cbf9524f057 /utils/test/testapi/3rd_party/static/swagger/o2c.html
parentfd65ec9e84ae025e6b903c403514405ba0bb0a61 (diff)
parentf11f26d23dabde24b0bcd67ac81b094aa89eb6c9 (diff)
Merge "Remove 'utils/test' Directory and update INFO"
Diffstat (limited to 'utils/test/testapi/3rd_party/static/swagger/o2c.html')
-rw-r--r--utils/test/testapi/3rd_party/static/swagger/o2c.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/utils/test/testapi/3rd_party/static/swagger/o2c.html b/utils/test/testapi/3rd_party/static/swagger/o2c.html
deleted file mode 100644
index d32d130ec..000000000
--- a/utils/test/testapi/3rd_party/static/swagger/o2c.html
+++ /dev/null
@@ -1,15 +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) }
- ):{}
-window.opener.onOAuthComplete(qp);
-window.close();
-</script> \ No newline at end of file