LP#1411699 Add url-search-params polyfill user/dbs/lp1411699_dojoless_adv_copyloc
authorDan Scott <dscott@laurentian.ca>
Wed, 3 May 2017 17:19:54 +0000 (13:19 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 3 May 2017 17:22:29 +0000 (13:22 -0400)
Quick and dirty snapshot of URLSearchParams polyfill until such time as we
start installing more web dependencies via npm.

From https://gihub.com/WebReflection/url-search-params - includes MIT license.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/js/url-search-params/LICENSE.txt [new file with mode: 0644]
Open-ILS/web/js/url-search-params/url-search-params.js [new file with mode: 0644]

diff --git a/Open-ILS/web/js/url-search-params/LICENSE.txt b/Open-ILS/web/js/url-search-params/LICENSE.txt
new file mode 100644 (file)
index 0000000..c76a13c
--- /dev/null
@@ -0,0 +1 @@
+<html><body>You are being <a href="https://raw.githubusercontent.com/WebReflection/url-search-params/master/LICENSE.txt">redirected</a>.</body></html>
\ No newline at end of file
diff --git a/Open-ILS/web/js/url-search-params/url-search-params.js b/Open-ILS/web/js/url-search-params/url-search-params.js
new file mode 100644 (file)
index 0000000..017e7a8
--- /dev/null
@@ -0,0 +1 @@
+<html><body>You are being <a href="https://raw.githubusercontent.com/WebReflection/url-search-params/master/build/url-search-params.js">redirected</a>.</body></html>
\ No newline at end of file