basic search

Former-commit-id: bbddc7ab78175e9a7d28f004e57e00ecdb67741f [formerly bbddc7ab78175e9a7d28f004e57e00ecdb67741f [formerly 6aa74c425de0d8a2b2efe75ad31c378f5f1b96d9 [formerly 45095ceabb1a333da9011a2be6aaea186a62367c]]]
Former-commit-id: b5f2b8b71a70e7cc190a9680a986c3363a3603d8
Former-commit-id: 5d850c07c1f39263e65f5303f4a4fe9fdb441c2e [formerly 14e9efc93a554c13b9cadc9001795b8b27113578]
Former-commit-id: bfd6edd9a3cfbb3a4c584ad65e48e0c6b1e70fdc
pull/15/head
Miguel Mota 6 years ago
parent 3a81d5339c
commit 342697d0af

@ -1,7 +1,6 @@
package cointop
import (
"log"
"regexp"
"strings"
)
@ -55,7 +54,6 @@ func (ct *Cointop) goToGlobalIndex(idx int) error {
ct.setPage(atpage)
rowIndex := (idx % perpage)
ct.highlightRow(rowIndex)
log.Println(rowIndex)
ct.updateTable()
ct.rowChanged()
return nil

Loading…
Cancel
Save