From: Dan Scott Date: Wed, 3 May 2017 17:19:54 +0000 (-0400) Subject: LP#1411699 Add url-search-params polyfill X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1baf9a7972652cd4543d054b0d9f7dd4edbaec76;p=working%2FEvergreen.git 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 --- 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