mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 06:15:45 +01:00
I cant sleep.
This commit is contained in:
@@ -711,7 +711,7 @@ liberator.Tabs = function () //{{{
|
||||
{
|
||||
// TODO: move this to liberator.tabs.get()
|
||||
|
||||
let items = <></>;
|
||||
let items = <table/>
|
||||
for (let [i, item] in Iterator(liberator.completion.buffer("")[1]))
|
||||
{
|
||||
if (i == liberator.tabs.index())
|
||||
@@ -722,7 +722,7 @@ liberator.Tabs = function () //{{{
|
||||
indicator = " ";
|
||||
|
||||
let [number, title] = item[0].split(/:\s+/, 2);
|
||||
items +=
|
||||
items.* +=
|
||||
<tr>
|
||||
<td align="right"> {number}</td>
|
||||
<td><span style="color: blue"> {indicator} </span></td>
|
||||
|
||||
Reference in New Issue
Block a user