mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-17 00:06:21 +00:00
fix: section title visibility
This commit is contained in:
parent
13fa10f475
commit
acf5bee4d2
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@
|
|||
function _click () {
|
||||
$search = {
|
||||
...opts.variables,
|
||||
load: opts.load
|
||||
load: opts.load,
|
||||
title: opts.title,
|
||||
}
|
||||
$page = 'search'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue