From 71a179ef95dbf441a49ed76481fad0ba49313e5e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 5 May 2021 08:26:29 +0200 Subject: [PATCH] Remove text-decoration --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9399bc2..b8f2f3b 100644 --- a/scripts/install +++ b/scripts/install @@ -284,7 +284,7 @@ then #mod_line=$(grep -nA5 "index.createOpenPad" $final_path/src/templates/index.html | grep "" | cut -d '-' -f 1) ## In order to add a link to MyPads plugin. #sed -i "$mod_line s@div>@&\n\t

MyPads
@" $final_path/src/templates/index.html - sed -i '157i

MyPads
' $final_path/src/templates/index.html + sed -i '157i

MyPads
' $final_path/src/templates/index.html fi #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 8594965..91c6c14 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -444,7 +444,7 @@ then # mod_line=$(grep -nA5 "index.createOpenPad" $final_path/src/templates/index.html | grep "" | cut -d '-' -f 1) # # In order to add a link to mypads plugin. # sed -i "$mod_line s@div>@&\n\t

MyPads
@" $final_path/src/templates/index.html - sed -i '157i

MyPads
' $final_path/src/templates/index.html + sed -i '157i

MyPads
' $final_path/src/templates/index.html fi #=================================================