mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-15 04:31:06 +00:00
Update main.js
typo
This commit is contained in:
parent
3629e883a5
commit
9ed25390c0
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ Dribbblish.on("ready", () => {
|
|||
type: "checkbox",
|
||||
key: "showSearchBox",
|
||||
name: "Show Search Box",
|
||||
description: "Show an search box in the top bar. Just like the good old times",
|
||||
description: "Show a search box in the top bar. Just like the good old times",
|
||||
defaultValue: true,
|
||||
onChange: (val) => $("#main").attr("search-box", val ? "" : null),
|
||||
onAppended: () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue