Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion responsive-domain-search/responsive-domain-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* Created for: Wybe Network.
*/
document.addEventListener("DOMContentLoaded", function() {
const urlParams_vpc_rds = new URLSearchParams(window.location.search);
const option_vpc_rds = urlParams_vpc_rds.get('option') || 'home';
if (option_vpc_rds == "home") {
if ("undefined" == typeof affCode) affCode = "25147";
(function(b, a) {
for (var c = 0; c < b.length; c++) a(b[c])
Expand All @@ -26,4 +29,5 @@ document.addEventListener("DOMContentLoaded", function() {
widget.innerHTML = "";
widget.appendChild(row)
})
});
}
});