diff --git a/Web/static/css/main.css b/Web/static/css/main.css index 85861059..5834a1ce 100644 --- a/Web/static/css/main.css +++ b/Web/static/css/main.css @@ -2705,4 +2705,4 @@ body.article .floating_sidebar, body.article .page_content { .sourceDiv span { color:grey; font-size: 11px; -} \ No newline at end of file +} diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index 123d2e87..f6111659 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -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") } -}) \ No newline at end of file +}) diff --git a/install/sqls/00038-posts-source.sql b/install/sqls/00038-posts-source.sql index 59db1e59..e5e52eb1 100644 --- a/install/sqls/00038-posts-source.sql +++ b/install/sqls/00038-posts-source.sql @@ -1,2 +1,2 @@ ALTER TABLE `posts` - ADD COLUMN `source` TEXT NULL DEFAULT NULL AFTER `api_source_name`; \ No newline at end of file + ADD COLUMN `source` TEXT NULL DEFAULT NULL AFTER `api_source_name`;