mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
Newlines
This commit is contained in:
parent
4aa7bedad7
commit
95b599e3e2
3 changed files with 3 additions and 3 deletions
|
@ -2705,4 +2705,4 @@ body.article .floating_sidebar, body.article .page_content {
|
|||
.sourceDiv span {
|
||||
color:grey;
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -276,4 +276,4 @@ $(document).on("change", "input[name='set_source']", (e) => {
|
|||
document.getElementById("sourceSet").style.display = "none"
|
||||
e.currentTarget.parentNode.querySelector("span").innerHTML = tr("set_source")
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE `posts`
|
||||
ADD COLUMN `source` TEXT NULL DEFAULT NULL AFTER `api_source_name`;
|
||||
ADD COLUMN `source` TEXT NULL DEFAULT NULL AFTER `api_source_name`;
|
||||
|
|
Loading…
Reference in a new issue