mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-08 16:07:22 +00:00
page: hide the urgent notice
This commit is contained in:
parent
252cb83ed3
commit
abb3e15426
|
@ -564,7 +564,7 @@ export default function(obj) {
|
||||||
${urgentNotice({
|
${urgentNotice({
|
||||||
emoji: "😸",
|
emoji: "😸",
|
||||||
text: t("UrgentFilenameUpdate"),
|
text: t("UrgentFilenameUpdate"),
|
||||||
visible: true,
|
visible: false,
|
||||||
action: "popup('about', 1, 'changelog')"
|
action: "popup('about', 1, 'changelog')"
|
||||||
})}
|
})}
|
||||||
<div id="cobalt-main-box" class="center">
|
<div id="cobalt-main-box" class="center">
|
||||||
|
|
Loading…
Reference in a new issue