1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 18:13:01 +05:30

(refactor): improved code snippet formatting

This commit is contained in:
2023-12-01 20:50:52 +05:30
parent 2a47e0dd54
commit 56b64b32ac

View File

@@ -341,7 +341,7 @@ function activate_share() {
//change pageUrlInput value to current page
linkInput.value = window.location.href;
//genrate embed code for current page link
embedCode.innerHTML = '<iframe
src="' + window.location.href + '"
height="720"
width="1280"
title="embed-neosubhamoy-portfolio"></iframe>';
embedCode.innerHTML = '<iframe src="' + window.location.href + '"
height="720"
width="1280"
title="embed-neosubhamoy-portfolio"></iframe>';
windowWrapper.classList.remove("hidden");
windowWrapper.classList.add("flotingbar-window-wrapper-show");
shareBtn.classList.add("hidden");