summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/3rd_party/static/o2c.html
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-10-17 17:00:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-17 17:00:23 +0000
commit5c957a9bc4b6fcaea77662e15cf9c57a23a3bc74 (patch)
treee4513bf881ebbd03dce5211501957f502790370c /utils/test/result_collection_api/3rd_party/static/o2c.html
parent7d5566362ce88fc1c473945b261f11188ab5cce5 (diff)
parentacba346463b1b2c0be489a553f12fcd28d383f05 (diff)
Merge "fix files with MIT or BSD licenses in testapi"
Diffstat (limited to 'utils/test/result_collection_api/3rd_party/static/o2c.html')
-rw-r--r--utils/test/result_collection_api/3rd_party/static/o2c.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/test/result_collection_api/3rd_party/static/o2c.html b/utils/test/result_collection_api/3rd_party/static/o2c.html
new file mode 100644
index 000000000..d32d130ec
--- /dev/null
+++ b/utils/test/result_collection_api/3rd_party/static/o2c.html
@@ -0,0 +1,15 @@
+<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