Removed “prel()” and “prelb()” from “setToolBar()”; bumped version to 0.3.4
This commit is contained in:
parent
8e494c909f
commit
4e8e026314
1 changed files with 1 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
||||||
// todo: add a "last updated on" header
|
// todo: add a "last updated on" header
|
||||||
|
|
||||||
$SCRIPTNAME='pfaltgall';
|
$SCRIPTNAME='pfaltgall';
|
||||||
$SCRIPTVERSION='0.3.3';
|
$SCRIPTVERSION='0.3.4';
|
||||||
$SCRIPTURL='https://git.lattuga.net/Jones/pfaltgall';
|
$SCRIPTURL='https://git.lattuga.net/Jones/pfaltgall';
|
||||||
|
|
||||||
require 'lib/ckratelimit.php';
|
require 'lib/ckratelimit.php';
|
||||||
|
@ -573,8 +573,6 @@ function setToolBar() {
|
||||||
bd.style.height=dh+"px";
|
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;");
|
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;
|
let bshows=false;
|
||||||
function shbrowser() {
|
function shbrowser() {
|
||||||
|
|
Loading…
Reference in a new issue