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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user