mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 02:19:34 +05:30
(refactor): improved code snippet formatting
This commit is contained in:
@@ -341,7 +341,7 @@ function activate_share() {
|
|||||||
//change pageUrlInput value to current page
|
//change pageUrlInput value to current page
|
||||||
linkInput.value = window.location.href;
|
linkInput.value = window.location.href;
|
||||||
//genrate embed code for current page link
|
//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.remove("hidden");
|
||||||
windowWrapper.classList.add("flotingbar-window-wrapper-show");
|
windowWrapper.classList.add("flotingbar-window-wrapper-show");
|
||||||
shareBtn.classList.add("hidden");
|
shareBtn.classList.add("hidden");
|
||||||
|
|||||||
Reference in New Issue
Block a user