We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c77892a + 90ae575 commit 111cdfaCopy full SHA for 111cdfa
sde_indexing_helper/static/js/delta_url_list.js
@@ -1871,16 +1871,6 @@ function getCollectionId() {
1871
return collection_id;
1872
}
1873
1874
-function getParameterByName(name, url) {
1875
- if (!url) url = window.location.href;
1876
- name = name.replace(/[\[\]]/g, "\\$&");
1877
- var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
1878
- results = regex.exec(url);
1879
- if (!results) return null;
1880
- if (!results[2]) return "";
1881
- return decodeURIComponent(results[2].replace(/\+/g, " "));
1882
-}
1883
-
1884
function remove_protocol(url) {
1885
return url.replace(/(^\w+:|^)\/\//, "");
1886
0 commit comments