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:
parent
123a7402a4
commit
8e494c909f
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue