From 1baf9a7972652cd4543d054b0d9f7dd4edbaec76 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 3 May 2017 13:19:54 -0400 Subject: [PATCH] LP#1411699 Add url-search-params polyfill 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 --- Open-ILS/web/js/url-search-params/LICENSE.txt | 1 + Open-ILS/web/js/url-search-params/url-search-params.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 Open-ILS/web/js/url-search-params/LICENSE.txt create mode 100644 Open-ILS/web/js/url-search-params/url-search-params.js 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 index 0000000000..c76a13cceb --- /dev/null +++ b/Open-ILS/web/js/url-search-params/LICENSE.txt @@ -0,0 +1 @@ +You are being redirected. \ 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 index 0000000000..017e7a8a1d --- /dev/null +++ b/Open-ILS/web/js/url-search-params/url-search-params.js @@ -0,0 +1 @@ +You are being redirected. \ No newline at end of file -- 2.11.0