From 56b64b32ac54320786b0e5c649946445cc724b0e Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Fri, 1 Dec 2023 20:50:52 +0530 Subject: [PATCH] (refactor): improved code snippet formatting --- htdocs/assets/js/floatingbar-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/assets/js/floatingbar-config.js b/htdocs/assets/js/floatingbar-config.js index dafd252..36fec81 100644 --- a/htdocs/assets/js/floatingbar-config.js +++ b/htdocs/assets/js/floatingbar-config.js @@ -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");