mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Include domain in buttonlite submission link.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
<%
|
||||
if thing._fullname:
|
||||
path = thing.make_permalink_slow()
|
||||
path = thing.make_permalink_slow(force_domain=True)
|
||||
else:
|
||||
path = capture(submiturl, thing.url, thing.title)
|
||||
%>
|
||||
|
||||
Reference in New Issue
Block a user