Skip to content

Commit

Permalink
Update tuesday.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive committed Jun 7, 2024
1 parent f900d5c commit 99ece86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tuesday.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ function name_block_update(){
tue_text_block=document.getElementById("tue_text_block");
tue_text_element=document.getElementById("tue_text_element");
tue_text_element.style.position="relative";
//tue_text_element.style.verticalAlign="top";
if(story_json.parameters.text_panel.className){tue_text_block.className=story_json.parameters.text_panel.className;}
if(story_json.parameters.text_panel.style){tue_text_block.style=story_json.parameters.text_panel.style;}
tue_text_block.style.position="absolute";
Expand Down

0 comments on commit 99ece86

Please sign in to comment.