Added “prel()” and “prelb()” to “setToolBar()” to ensure everything gets updated on window resize; bumped version to 0.3.3

This commit is contained in:
pezcurrel 2024-10-31 23:38:20 +01:00
parent 123a7402a4
commit 8e494c909f

View file

@ -19,7 +19,7 @@
// todo: add a "last updated on" header
$SCRIPTNAME='pfaltgall';
$SCRIPTVERSION='0.3.2';
$SCRIPTVERSION='0.3.3';
$SCRIPTURL='https://git.lattuga.net/Jones/pfaltgall';
require 'lib/ckratelimit.php';
@ -573,6 +573,8 @@ function setToolBar() {
bd.style.height=dh+"px";
td.setAttribute("style","width:100%;height:48px;padding-left:0;padding-top:13px;writing-mode:horizontal-tb;text-orientation:mixed;");
}
prel();
prelb();
}
let bshows=false;
function shbrowser() {