a little space helps everyone
This commit is contained in:
parent
2c1f56a009
commit
7bbb1b2e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ function sp_draw() {
|
||||||
lastAdminBarPanel = i;
|
lastAdminBarPanel = i;
|
||||||
for (var j=0; j < this.panels[i].img.length; j++) {
|
for (var j=0; j < this.panels[i].img.length; j++) {
|
||||||
document.write('<a class="link" href="'+ this.panels[i].act[j] +'">');
|
document.write('<a class="link" href="'+ this.panels[i].act[j] +'">');
|
||||||
document.write('<img src="'+this.panels[i].img[j]+'" style="border: 0px; vertical-align: middle;" alt="icon" />');
|
document.write('<img src="'+this.panels[i].img[j]+'" style="border: 0px; vertical-align: middle;" alt="icon" /> ');
|
||||||
document.write(this.panels[i].lbl[j] + '</a>');
|
document.write(this.panels[i].lbl[j] + '</a>');
|
||||||
}
|
}
|
||||||
document.write('</dd>');
|
document.write('</dd>');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue