Skip to content

Commit

Permalink
fix sorttable to being local
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Nov 4, 2024
1 parent ef19aeb commit 4025fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/mk_summary2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#set -e
#set -x

_version="23-sep-2024"
_version="4-nov-2024"

if [ -z "$1" ]; then
echo "Typical usage: $0 lmtinfo.txt > README.html"
Expand All @@ -28,7 +28,7 @@ fi
pid=$(pwd | awk -F/ '{print $NF}')

echo "<html>"
echo '<script src="https://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>'
echo '<script src="sorttable.js"></script>'

echo "<B>$pid</B>: <A HREF=$csv>Summary of all obsnum's and combinations:</A> (click on column name to sort by that column) Created: $(date)"
echo '<table border=1 class="sortable">'
Expand Down

0 comments on commit 4025fa3

Please sign in to comment.