diff --git a/files/classes/user.py b/files/classes/user.py index 7aae028c7..ec4979bd5 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -86,7 +86,6 @@ class User(Base): slurreplacer = Column(Integer, default=1) profanityreplacer = Column(Integer, default=1) flairchanged = Column(Integer) - newtab = Column(Boolean, default=False) newtabexternal = Column(Boolean, default=True) reddit = Column(String, default='old.reddit.com') nitter = Column(Boolean) diff --git a/files/routes/settings.py b/files/routes/settings.py index e7a92dbe8..dc5b2bb57 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -120,7 +120,6 @@ def settings_personal_post(v): updated = updated or update_flag("hidevotedon", "hidevotedon") updated = updated or update_flag("cardview", "cardview") updated = updated or update_flag("highlightcomments", "highlightcomments") - updated = updated or update_flag("newtab", "newtab") updated = updated or update_flag("newtabexternal", "newtabexternal") updated = updated or update_flag("nitter", "nitter") updated = updated or update_flag("imginn", "imginn") diff --git a/files/templates/admin/apps.html b/files/templates/admin/apps.html index 6c0255931..5467c88fc 100644 --- a/files/templates/admin/apps.html +++ b/files/templates/admin/apps.html @@ -8,7 +8,7 @@
diff --git a/files/templates/comments.html b/files/templates/comments.html index 0a967f8f2..47986edef 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -88,7 +88,7 @@ {% endif %} {% if c.post.sub %} - in /h/{{c.post.sub}} + in /h/{{c.post.sub}} {% endif %} {% elif c.author_id==AUTOJANNY_ID %} Notification @@ -291,7 +291,7 @@
- +
{% endif %}
@@ -540,7 +540,7 @@
- +
diff --git a/files/templates/popover.html b/files/templates/popover.html index aea1c14e8..ff81213d8 100644 --- a/files/templates/popover.html +++ b/files/templates/popover.html @@ -38,7 +38,7 @@ coins - + View diff --git a/files/templates/settings/advanced.html b/files/templates/settings/advanced.html index 1ce94f837..3bd653ca2 100644 --- a/files/templates/settings/advanced.html +++ b/files/templates/settings/advanced.html @@ -96,7 +96,6 @@
Tab Behavior
- {{common.toggle_section("Open Internal Links In New Tabs", "newtab", "newtab", v.newtab, "Enable if you would like to automatically open links to other pages on the site in new tabs.", false)}} {{common.toggle_section("Open External Links In New Tabs", "newtabexternal", "newtabexternal", v.newtabexternal, "Enable if you would like to automatically open links to other sites in new tabs.", false)}}
diff --git a/files/templates/submission.html b/files/templates/submission.html index 4e54c5811..a4aca3828 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -206,7 +206,7 @@
-
Formatting help
+
Formatting help
{% endif %} @@ -225,7 +225,7 @@
{% else %}
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 40440e4e5..1b8ff76ff 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -82,7 +82,7 @@ {% if p.club and not (v and (v.paid_dues or v.id == p.author_id)) %} post thumnail {% elif not p.url %} - + post thumnail {% elif p.is_image %} @@ -117,7 +117,7 @@
- + {% if p.club %}{{CC}}{% endif %} {% if p.flair %}{{p.flair | safe}}{% endif %} {{p.realtitle(v) | safe}} @@ -131,7 +131,7 @@ {% if p.realbody(v, listing=True) %} {% endif %} - + {{p.comment_count}} @@ -143,7 +143,7 @@